Distribute properly extra SGML files in the documentation
authorClaudio Saavedra <csaavedra@igalia.com>
Wed, 29 Apr 2009 15:21:14 +0000 (18:21 +0300)
committerClaudio Saavedra <csaavedra@igalia.com>
Wed, 29 Apr 2009 16:42:07 +0000 (19:42 +0300)
* doc/Makefile.am: Add the extra SGML files to content_files,
so that they are distributed properly.

ChangeLog
doc/Makefile.am

index 923f083..a0f0cb0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2009-04-29  Claudio Saavedra  <csaavedra@igalia.com>
 
+       * doc/Makefile.am: Add the extra SGML files to content_files,
+       so that they are distributed properly.
+
+2009-04-29  Claudio Saavedra  <csaavedra@igalia.com>
+
        * tests/Makefile.am: Add missing test_suites.h and check_utils.h
        to the SOURCES.
 
index c70dd14..b50ccd0 100644 (file)
@@ -92,6 +92,15 @@ HTML_IMAGES                                  = $(srcdir)/images/calendar-popup.png           \
                                                  $(srcdir)/images/weekday-picker.png           \
                                                  $(srcdir)/images/bread-crumb-trail.png
 
+# Extra SGML files that are included by $(DOC_MAIN_SGML_FILE)
+content_files =                                \
+       migration.sgml                  \
+       running.sgml                    \
+       building.sgml                   \
+       compiling.sgml                  \
+       resources.sgml                  \
+       version.xml
+
 FIXXREF_OPTIONS                                        =
 
 include $(top_srcdir)/doc/gtk-doc.make