summaryrefslogtreecommitdiff
path: root/docs/Makefile.am
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2011-06-20 15:32:38 +0200
committerStefan Kost <ensonic@users.sf.net>2011-06-20 15:54:47 +0200
commita4338eeb5489ac9c093d01d9cda95361ff0dd84e (patch)
treeb2a196f4d9b8a15c52f84e6d993b54fc3e2e4bad /docs/Makefile.am
parenta0296ccbdd570b66a36bf4226760aed312d020d4 (diff)
downloadpango-a4338eeb5489ac9c093d01d9cda95361ff0dd84e.tar.gz
docs: modernize docs
Get rid of entities and use xi:includes instead. This makes the docs build faster and makes it easier to conditionally include stuff.
Diffstat (limited to 'docs/Makefile.am')
-rw-r--r--docs/Makefile.am7
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 129f2cb3..3f5cea86 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -9,6 +9,9 @@ DOC_MAIN_SGML_FILE=pango-docs.sgml
# Extra options to supply to gtkdoc-scan
SCAN_OPTIONS=--deprecated-guards="PANGO_DISABLE_DEPRECATED" --rebuild-types
+# Extra options to supply to gtkdoc-mkdb.
+MKDB_OPTIONS=--sgml-mode --output-format=xml
+
# The directory containing the source code. Relative to $(srcdir)
DOC_SOURCE_DIR=../pango
@@ -95,10 +98,6 @@ endif
GTKDOC_LIBS += $(GLIB_LIBS)
-# Extra options to supply to gtkdoc-mkdb
-MKDB_OPTIONS=--sgml-mode --output-format=xml
-
-
# Non-autogenerated SGML files to be included in $(DOC_MAIN_SGML_FILE)
content_files = \
pango_markup.sgml \