summaryrefslogtreecommitdiff
path: root/doc/manual/Makefile.am
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2013-04-03 10:19:11 +0200
committerStef Walter <stefw@gnome.org>2013-04-03 10:19:11 +0200
commitbd6e31c485cd84746f474a64a63c15a7ea87d650 (patch)
tree46ac7acbb8f66a8321c64f656af2057d7d5727b7 /doc/manual/Makefile.am
parente67c0e4465607560e0f6af9e9b0395a9ee78adbc (diff)
Fix documentation so it builds out of tree
Diffstat (limited to 'doc/manual/Makefile.am')
-rw-r--r--doc/manual/Makefile.am7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/manual/Makefile.am b/doc/manual/Makefile.am
index 59c8624..79e9e4a 100644
--- a/doc/manual/Makefile.am
+++ b/doc/manual/Makefile.am
@@ -9,13 +9,13 @@ AUTOMAKE_OPTIONS = 1.6
DOC_MODULE=p11-kit
# The top-level SGML file. You can change this if you want to.
-DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml
+DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.xml
# The directory containing the source code. Relative to $(srcdir).
# gtk-doc will search all .c & .h files beneath here for inline comments
# documenting the functions and macros.
# e.g. DOC_SOURCE_DIR=../../../gtk
-DOC_SOURCE_DIR=../../p11-kit
+DOC_SOURCE_DIR=$(top_srcdir)/p11-kit
# Extra options to pass to gtkdoc-scangobj. Not normally needed.
SCANGOBJ_OPTIONS= --version
@@ -32,6 +32,8 @@ MKDB_OPTIONS=--sgml-mode --output-format=xml
# e.g. MKTMPL_OPTIONS=--only-section-tmpl
MKTMPL_OPTIONS=
+# MKHTML_OPTIONS=--path="$(builddir)/html $(srcdir)/html"
+
# Extra options to supply to gtkdoc-fixref. Not normally needed.
# e.g. FIXXREF_OPTIONS=--extra-dir=../gdk-pixbuf/html --extra-dir=../gdk/html
FIXXREF_OPTIONS=
@@ -69,6 +71,7 @@ content_files=p11-kit-config.xml p11-kit-sharing.xml \
p11-kit-devel.xml \
p11-kit-trust.xml \
p11-kit.xml \
+ pkcs11.conf.xml \
annotation-glossary.xml \
$(NULL)