[maemo-commits] [maemo-commits] r14601 - in projects/haf/trunk/hildon-notify: debian doc

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Wed Oct 24 15:30:19 EEST 2007
Author: lucasr
Date: 2007-10-24 15:30:17 +0300 (Wed, 24 Oct 2007)
New Revision: 14601

Modified:
   projects/haf/trunk/hildon-notify/debian/changelog
   projects/haf/trunk/hildon-notify/doc/Makefile.am
Log:
Some fixes in the doc build system.


Modified: projects/haf/trunk/hildon-notify/debian/changelog
===================================================================
--- projects/haf/trunk/hildon-notify/debian/changelog	2007-10-24 11:38:14 UTC (rev 14600)
+++ projects/haf/trunk/hildon-notify/debian/changelog	2007-10-24 12:30:17 UTC (rev 14601)
@@ -1,3 +1,9 @@
+hildon-notify (0.0.3-3) unstable; urgency=low
+
+  * Some fixes in the doc build system.
+
+ -- Lucas Rocha <lucas.rocha at nokia.com>  Wed, 24 Oct 2007 15:29:38 +0300
+
 hildon-notify (0.0.3-2) unstable; urgency=low
 
   * Add missing libhildonnotify0-doc.install file.

Modified: projects/haf/trunk/hildon-notify/doc/Makefile.am
===================================================================
--- projects/haf/trunk/hildon-notify/doc/Makefile.am	2007-10-24 11:38:14 UTC (rev 14600)
+++ projects/haf/trunk/hildon-notify/doc/Makefile.am	2007-10-24 12:30:17 UTC (rev 14601)
@@ -20,12 +20,11 @@
 
 CFILE_GLOB		= $(top_srcdir)/src/*.c
 
-INCLUDES		= $(GLIB_CFLAGS) $(LIBNOTIFY_CFLAGS)
+INCLUDES		= $(GLIB_CFLAGS) $(LIBNOTIFY_CFLAGS) -I$(top_srcdir)
 
 MKDB_OPTIONS		= --sgml-mode --output-format=xml
 
-content_files		= version.xml 
-#			  visual_index.xml
+content_files		= version.xml
 
 GTKDOC_CFLAGS          = $(LIBNOTIFY_CFLAGS)   \
                          $(GLIB_CFLAGS)


More information about the maemo-commits mailing list