Add SCAN_OPTIONS=--ignore-decorators="GLIB_VAR" to Makefile.am to fix on
authorStefan Kost <stefkost@src.gnome.org>
Fri, 23 Jan 2009 15:10:31 +0000 (15:10 +0000)
committerStefan Kost <stefkost@src.gnome.org>
Fri, 23 Jan 2009 15:10:31 +0000 (15:10 +0000)
* docs/reference/glib/Makefile.am:
  Add SCAN_OPTIONS=--ignore-decorators="GLIB_VAR" to Makefile.am to fix
  on problem with the doc build.

svn path=/trunk/; revision=7829

ChangeLog
docs/reference/glib/Makefile.am

index baa322cc7c0ededf703675fe61f196696a0ad38b..4829dcae9069f80b68f5be49a00e7a53f38ecf0a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-01-23  Stefan Kost  <ensonic@users.sf.net>
+
+       * docs/reference/glib/Makefile.am:
+         Add SCAN_OPTIONS=--ignore-decorators="GLIB_VAR" to Makefile.am to fix
+         on problem with the doc build.
+
 2009-01-21  Tor Lillqvist  <tml@novell.com>
 
        * glib/gwin32.c (g_win32_locale_filename_from_utf8): Drop the code
index 1c82f32f6083a1c96d7ad56d31de4e29f7eae91c..c7b9feb3d8c9c9c2426848ac5396e37486ea4db8 100644 (file)
@@ -13,7 +13,7 @@ DOC_MAIN_SGML_FILE=glib-docs.sgml
 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