diff options
author | Stefan Kost <stefkost@src.gnome.org> | 2009-01-23 15:10:31 +0000 |
---|---|---|
committer | Stefan Kost <stefkost@src.gnome.org> | 2009-01-23 15:10:31 +0000 |
commit | 0b3588bc1268d7a628ddb6367496f7d654bbadd4 (patch) | |
tree | 42e56ada442f3ec6e279765bd2ffa1174ba3708a /docs/reference | |
parent | fc10cb46adc1dfb6d86f323323d38c4507fff0ed (diff) |
Add SCAN_OPTIONS=--ignore-decorators="GLIB_VAR" to Makefile.am to fix on
* 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
Diffstat (limited to 'docs/reference')
-rw-r--r-- | docs/reference/glib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/glib/Makefile.am b/docs/reference/glib/Makefile.am index 1c82f32f6..c7b9feb3d 100644 --- a/docs/reference/glib/Makefile.am +++ b/docs/reference/glib/Makefile.am @@ -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 |