From: Claudio Saavedra Date: Wed, 29 Apr 2009 15:21:14 +0000 (+0300) Subject: Distribute properly extra SGML files in the documentation X-Git-Tag: 2.1.70-1~10 X-Git-Url: https://vcs.maemo.org/git/?a=commitdiff_plain;h=3a56f11913de99dfba3fbd7af70c44fa3621899e;p=hildon Distribute properly extra SGML files in the documentation * doc/Makefile.am: Add the extra SGML files to content_files, so that they are distributed properly. --- diff --git a/ChangeLog b/ChangeLog index 923f083..a0f0cb0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2009-04-29 Claudio Saavedra + * doc/Makefile.am: Add the extra SGML files to content_files, + so that they are distributed properly. + +2009-04-29 Claudio Saavedra + * tests/Makefile.am: Add missing test_suites.h and check_utils.h to the SOURCES. diff --git a/doc/Makefile.am b/doc/Makefile.am index c70dd14..b50ccd0 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -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