* Makefile.am:
authorDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Tue, 16 Jan 2007 19:22:43 +0000 (19:22 +0000)
committerDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Tue, 16 Jan 2007 19:22:43 +0000 (19:22 +0000)
  - compile fix, content_files = \ was followed by #'d next line

pmo-trunk-r646

docs/reference/Makefile.am

index b9179ac..6db216f 100644 (file)
@@ -56,11 +56,11 @@ HTML_IMAGES=
 # Extra SGML files that are included by $(DOC_MAIN_SGML_FILE).
 # e.g. content_files=running.sgml building.sgml changes-2.0.sgml
 content_files= \
-#      xml/tree_index.sgml \
        modest-preface.sgml \
        modest-architecture.sgml \
        modest-design.sgml \
-       modest-coding-guidelines.sgml
+       modest-coding-guidelines.sgml \
+       xml/tree_index.sgml
 
 # SGML files where gtk-doc abbrevations (#GtkWidget) are expanded
 # These files must be listed here *and* in content_files