From 0b3588bc1268d7a628ddb6367496f7d654bbadd4 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Fri, 23 Jan 2009 15:10:31 +0000 Subject: [PATCH] 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 --- ChangeLog | 6 ++++++ docs/reference/glib/Makefile.am | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index baa322cc7..4829dcae9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-01-23 Stefan Kost + + * 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 * glib/gwin32.c (g_win32_locale_filename_from_utf8): Drop the code 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