From b562b2a75ee324c4829f6342e39e46097d90078c Mon Sep 17 00:00:00 2001 From: Claudio Saavedra Date: Thu, 30 Apr 2009 15:41:56 +0300 Subject: [PATCH] Do no redefine content_files in doc/Makefile.am * doc/Makefile.am: Do not redefine content_files. --- ChangeLog | 4 ++++ doc/Makefile.am | 4 +--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index ec661ee..e83ddc2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-04-30 Claudio Saavedra + + * doc/Makefile.am: Do not redefine content_files. + 2009-04-30 Alberto Garcia * src/ diff --git a/doc/Makefile.am b/doc/Makefile.am index 3b2493f..d94bfdd 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -56,9 +56,6 @@ INCLUDES = $(GTK_CFLAGS) -I$(top_srcdir) MKDB_OPTIONS =--sgml-mode --output-format=xml -content_files = version.xml \ - visual_index.xml - GTKDOC_CFLAGS = $(HILDON_OBJ_CFLAGS) GTKDOC_LIBS = $(HILDON_OBJ_LIBS) @@ -94,6 +91,7 @@ HTML_IMAGES = $(srcdir)/images/calendar-popup.png \ # Extra SGML files that are included by $(DOC_MAIN_SGML_FILE) content_files = \ + visual_index.sgml \ migration.sgml \ running.sgml \ building.sgml \ -- 1.7.9.5