summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBryce Harrington <bryce@bryceharrington.org>2018-08-24 10:17:03 -0700
committerBryce Harrington <bryce@bryceharrington.org>2018-09-14 12:42:22 -0700
commitc1e37f4f025cebe8750764379d9e9162f5aac639 (patch)
treef37d4a579f227b7088a7d25ea13cc85e61657ee0 /doc
parentad7ac7dbcae12ac26ba007ffdf1f67644cb46731 (diff)
downloadcairo-c1e37f4f025cebe8750764379d9e9162f5aac639.tar.gz
doc: Drop tmpl support
Fix distcheck by dropping use of the now-obsolete gtkdoc-mktmpl. In preparation for the upcoming 1.16 release, I've made a few changes to get distcheck to pass. I also updated it to run on Ubuntu 18.04, but found that on newer distros distcheck won't run due to missing gtkdoc-mktmpl, which has been deprecated upstream for some time. The patch below disables everything that references it, and enables distcheck to finish successfully. Unfortunately, this probably regresses portions of our document generation, and thus will need some reimplementation work. Anyone got time to investigate a better solution for this?
Diffstat (limited to 'doc')
-rw-r--r--doc/public/Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/public/Makefile.am b/doc/public/Makefile.am
index 11f9e7b72..33bccabb7 100644
--- a/doc/public/Makefile.am
+++ b/doc/public/Makefile.am
@@ -30,9 +30,6 @@ IGNORE_HFILES= \
# Extra options to supply to gtkdoc-mkdb
MKDB_OPTIONS=--sgml-mode --output-format=xml --name-space=cairo
-# Extra options to supply to gtkdoc-mktmpl
-MKTMPL_OPTIONS=
-
# Non-autogenerated SGML files to be included in $(DOC_MAIN_SGML_FILE)
content_files = \
language-bindings.xml \