glib r7094 - in trunk/docs/reference: . glib gobject



Author: stefkost
Date: Sun Jun 22 16:34:30 2008
New Revision: 7094
URL: http://svn.gnome.org/viewvc/glib?rev=7094&view=rev

Log:
	* glib/Makefile.am:
	* gobject/Makefile.am:
	  Unify the Makefiles. In glib only scan glib folders.



Modified:
   trunk/docs/reference/ChangeLog
   trunk/docs/reference/glib/Makefile.am
   trunk/docs/reference/gobject/Makefile.am

Modified: trunk/docs/reference/glib/Makefile.am
==============================================================================
--- trunk/docs/reference/glib/Makefile.am	(original)
+++ trunk/docs/reference/glib/Makefile.am	Sun Jun 22 16:34:30 2008
@@ -1,5 +1,6 @@
 ## Process this file with automake to produce Makefile.in
-include $(top_srcdir)/Makefile.decl
+#include $(top_srcdir)/Makefile.decl
+
 AUTOMAKE_OPTIONS = 1.6
 
 # The name of the module.
@@ -8,11 +9,14 @@
 # The top-level SGML file.
 DOC_MAIN_SGML_FILE=glib-docs.sgml
 
+# The directory containing the source code. Relative to $(srcdir)
+DOC_SOURCE_DIR=../../../glib ../../../gmodule
+
 # Extra options to supply to gtkdoc-scan
 SCAN_OPTIONS=--deprecated-guards="G_DISABLE_DEPRECATED"
 
-# The directory containing the source code. Relative to $(srcdir)
-DOC_SOURCE_DIR=../../..
+# Extra options to supply to gtkdoc-mkdb
+MKDB_OPTIONS=--sgml-mode --output-format=xml
 
 # Used for dependencies
 HFILE_GLOB=$(top_srcdir)/glib/*.h $(top_srcdir)/gmodule/*.h
@@ -43,9 +47,6 @@
 	pcre			\
 	update-pcre
 
-# Extra options to supply to gtkdoc-mkdb
-MKDB_OPTIONS=--sgml-mode --output-format=xml 
-
 # Images to copy into HTML directory
 HTML_IMAGES =  				\
 	file-name-encodings.png		\
@@ -82,7 +83,7 @@
 
 ########################################################################
 
-man_MANS =		  	\ 
+man_MANS =		  	\
 	glib-gettextize.1 	\
 	gtester.1		\
 	gtester-report.1

Modified: trunk/docs/reference/gobject/Makefile.am
==============================================================================
--- trunk/docs/reference/gobject/Makefile.am	(original)
+++ trunk/docs/reference/gobject/Makefile.am	Sun Jun 22 16:34:30 2008
@@ -2,19 +2,25 @@
 # we have no tests here
 #include $(top_srcdir)/Makefile.decl
 
+AUTOMAKE_OPTIONS = 1.6
+
 # The name of the module.
 DOC_MODULE=gobject
 
 # The top-level SGML file.
 DOC_MAIN_SGML_FILE=gobject-docs.sgml
 
+# The directory containing the source code. Relative to $(srcdir)
+DOC_SOURCE_DIR=../../../gobject
+
 # Extra options to supply to gtkdoc-scan
-SCAN_OPTIONS=--deprecated-guards=G_DISABLE_DEPRECATED \
+SCAN_OPTIONS=--deprecated-guards="G_DISABLE_DEPRECATED" \
 	--ignore-decorators=G_GNUC_INTERNAL
 
-# The directory containing the source code. Relative to $(srcdir)
-DOC_SOURCE_DIR=../../../gobject
+# Extra options to supply to gtkdoc-mkdb
+MKDB_OPTIONS=--sgml-mode --output-format=xml
 
+# Used for dependencies
 HFILE_GLOB=$(top_srcdir)/gobject/*.h
 CFILE_GLOB=$(top_srcdir)/gobject/*.c
 
@@ -34,8 +40,9 @@
 	$(top_builddir)/glib/libglib-2.0.la	\
 	$(top_builddir)/gobject/libgobject-2.0.la
 
-# Extra options to supply to gtkdoc-mkdb
-MKDB_OPTIONS=--sgml-mode
+# Images to copy into HTML directory
+HTML_IMAGES =  \
+	$(srcdir)/images/glue.png
 
 # Extra SGML files that are included by $(DOC_MAIN_SGML_FILE)
 content_files = version.xml 		\
@@ -49,10 +56,6 @@
 		tut_intro.xml \
 		tut_tools.xml
 
-# Images to copy into HTML directory
-HTML_IMAGES =  \
-	$(srcdir)/images/glue.png
-
 # Extra options to supply to gtkdoc-fixref
 FIXXREF_OPTIONS=--extra-dir=$(srcdir)/../glib/html
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]