summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2010-03-23 17:15:24 +0000
committerSimon McVittie <smcv@debian.org>2010-03-23 17:15:24 +0000
commit65fe90c5d5abe05eec5801a8008897c78f2a155e (patch)
tree1e995adf6fab31d913dabecf3e7637f56b36f75a /doc
parentd7f502a1d00419d94d0669735bd23bd248a2d19b (diff)
gtkdoc: automatically rebuild sections and types files for now
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/libtelepathy-logger/Makefile.am8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/reference/libtelepathy-logger/Makefile.am b/doc/reference/libtelepathy-logger/Makefile.am
index 4be8623..c65539f 100644
--- a/doc/reference/libtelepathy-logger/Makefile.am
+++ b/doc/reference/libtelepathy-logger/Makefile.am
@@ -27,7 +27,13 @@ SCANGOBJ_OPTIONS=
# Extra options to supply to gtkdoc-scan.
# e.g. SCAN_OPTIONS=--deprecated-guards="GTK_DISABLE_DEPRECATED"
-SCAN_OPTIONS=--deprecated-guards=TP_DISABLE_DEPRECATED
+# --rebuild-sections means we get a section (xml/*.xml) per header file: this
+# should be removed if we want to maintain the sections file by hand, to split
+# or combine sections.
+SCAN_OPTIONS= \
+ --deprecated-guards=TP_DISABLE_DEPRECATED \
+ --rebuild-sections \
+ --rebuild-types
# Extra options to supply to gtkdoc-mkdb.
# e.g. MKDB_OPTIONS=--sgml-mode --output-format=xml