doc/reference/pidgin/Makefile.am

branch
soc.2013.gobjectification.plugins
changeset 36883
61993ff59dd8
parent 36881
95ff209fd806
child 36884
1a2d21cc5f74
--- a/doc/reference/pidgin/Makefile.am	Sat Oct 12 04:41:04 2013 +0530
+++ b/doc/reference/pidgin/Makefile.am	Sat Oct 12 14:22:23 2013 +0530
@@ -28,7 +28,9 @@
 
 # Extra options to supply to gtkdoc-scan.
 # e.g. SCAN_OPTIONS=--deprecated-guards="GTK_DISABLE_DEPRECATED"
-SCAN_OPTIONS=--deprecated-guards="PURPLE_DISABLE_DEPRECATED|PIDGIN_DISABLE_DEPRECATED"
+SCAN_OPTIONS=\
+	--deprecated-guards="PURPLE_DISABLE_DEPRECATED|PIDGIN_DISABLE_DEPRECATED" \
+	--rebuild-sections
 
 # Extra options to supply to gtkdoc-mkdb.
 # e.g. MKDB_OPTIONS=--sgml-mode --output-format=xml
@@ -109,7 +111,7 @@
 # Files not to distribute
 # for --rebuild-types in $(SCAN_OPTIONS), e.g. $(DOC_MODULE).types
 # for --rebuild-sections in $(SCAN_OPTIONS) e.g. $(DOC_MODULE)-sections.txt
-#DISTCLEANFILES +=
+DISTCLEANFILES = $(DOC_MODULE)-sections.txt
 
 # Comment this out if you want your docs-status tested during 'make check'
 if ENABLE_GTK_DOC

mercurial