summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAndre Miranda <andreldm@xfce.org>2017-09-07 15:48:36 -0300
committerAndre Miranda <andreldm@xfce.org>2017-09-07 15:49:32 -0300
commitb6ad9271633946bbd64b3969d072f75468e4236a (patch)
tree023a8aa22b285ee1d92d5a61549c1c57becd3067 /docs
parente8b3043288ca5325a3f7df6c3fbd9835edfc3ce7 (diff)
downloadthunar-b6ad9271633946bbd64b3969d072f75468e4236a.tar.gz
Fix docs generation
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile.am3
-rw-r--r--docs/reference/thunarx/Makefile.am2
2 files changed, 3 insertions, 2 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 937b4d76..e82f5038 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -1,6 +1,7 @@
SUBDIRS = \
design \
- papers
+ papers \
+ reference
doc_DATA = \
README.gtkrc
diff --git a/docs/reference/thunarx/Makefile.am b/docs/reference/thunarx/Makefile.am
index 662c7add..3ffc3ad3 100644
--- a/docs/reference/thunarx/Makefile.am
+++ b/docs/reference/thunarx/Makefile.am
@@ -10,7 +10,7 @@ DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml
SCAN_OPTIONS=--deprecated-guards="EXO_DISABLE_DEPRECATED"
# Extra options to pass to gtkdoc-scangobj
-SCANGOBJ_OPTIONS=--type-init-func="gtk_type_init(0);g_type_class_ref(G_TYPE_OBJECT)"
+SCANGOBJ_OPTIONS=
# The directory containing the source code. Relative to $(srcdir)
DOC_SOURCE_DIR=../../../thunarx