summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2018-11-05 13:12:51 +0300
committerDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2018-11-10 00:24:30 +0300
commite638f0c8f48f8ecebc515f049c58303b7087fbc7 (patch)
tree4b52af2cc1b40d69d26cfa7f0e36415d23d17e94
parent4da10739e7aba31c90e7a91f0c06a5663a7903d3 (diff)
downloadgnutls-e638f0c8f48f8ecebc515f049c58303b7087fbc7.tar.gz
doc: fix documentation generation in out-of-tree builds
gtk-doc will not process gnutls.h.in file, so we need to point it to generated gnutls.h file, found inside builddir. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
-rw-r--r--doc/reference/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am
index f62b6762ec..8cd1430b32 100644
--- a/doc/reference/Makefile.am
+++ b/doc/reference/Makefile.am
@@ -16,7 +16,7 @@ DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml
# gtk-doc will search all .c and .h files beneath these paths
# for inline comments documenting functions and macros.
# e.g. DOC_SOURCE_DIR=$(top_srcdir)/gtk $(top_srcdir)/gdk
-DOC_SOURCE_DIR=$(top_srcdir)/lib $(top_srcdir)/libdane/
+DOC_SOURCE_DIR=$(top_srcdir)/lib $(top_srcdir)/libdane/ $(top_builddir)/lib/includes/
# Extra options to pass to gtkdoc-scangobj. Normally not needed.
SCANGOBJ_OPTIONS=