aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-09-23 00:23:52 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-09-23 00:23:52 +0200
commit75d83e06db89b43c24cef3ce6a70f16c38feb3d2 (patch)
treea5d1b32648cac6f68791bda77d63c615d534b131
parent73a2c16fc7843e7c692d6df8a43ad2628ce8b370 (diff)
downloadlibayatana-appindicator-75d83e06db89b43c24cef3ce6a70f16c38feb3d2.tar.gz
libayatana-appindicator-75d83e06db89b43c24cef3ce6a70f16c38feb3d2.tar.bz2
libayatana-appindicator-75d83e06db89b43c24cef3ce6a70f16c38feb3d2.zip
docs/reference/Makefile.am: Drop option --nogtkinit from SCANGOBJ_OPTIONS. Has been long deprecated in scangobj and been removed in gtk-doc (>= 1.26).
-rw-r--r--docs/reference/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index b7ceba4..950ec37 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -33,7 +33,7 @@ DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml
DOC_SOURCE_DIR=$(top_srcdir)/src
# Extra options to pass to gtkdoc-scangobj. Not normally needed.
-SCANGOBJ_OPTIONS=--nogtkinit --type-init-func="g_type_init()"
+SCANGOBJ_OPTIONS= --type-init-func="g_type_init()"
# Extra options to supply to gtkdoc-scan.
# e.g. SCAN_OPTIONS=--deprecated-guards="GTK_DISABLE_DEPRECATED"