glib r7829 - in trunk: . docs/reference/glib



Author: stefkost
Date: Fri Jan 23 15:10:31 2009
New Revision: 7829
URL: http://svn.gnome.org/viewvc/glib?rev=7829&view=rev

Log:
	* docs/reference/glib/Makefile.am:
	  Add SCAN_OPTIONS=--ignore-decorators="GLIB_VAR" to Makefile.am to fix
	  on problem with the doc build.



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

Modified: trunk/docs/reference/glib/Makefile.am
==============================================================================
--- trunk/docs/reference/glib/Makefile.am	(original)
+++ trunk/docs/reference/glib/Makefile.am	Fri Jan 23 15:10:31 2009
@@ -13,7 +13,7 @@
 DOC_SOURCE_DIR=../../..
 
 # Extra options to supply to gtkdoc-scan
-SCAN_OPTIONS=--deprecated-guards="G_DISABLE_DEPRECATED"
+SCAN_OPTIONS=--deprecated-guards="G_DISABLE_DEPRECATED" --ignore-decorators="GLIB_VAR"
 
 # Extra options to supply to gtkdoc-mkdb
 MKDB_OPTIONS=--sgml-mode --output-format=xml --name-space=g



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