about summary refs log tree commit diff
path: root/Makefile.config.in
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2016-09-20T16·13+0200
committerGitHub <noreply@github.com>2016-09-20T16·13+0200
commit3fcfd899f829da15b73fde233d249b4a98aee36e (patch)
treef86e5610a761a36a1c2698c8d06ea2af1f03402d /Makefile.config.in
parentbeaefdf70648776cf83f80daf146eb774ff4c20c (diff)
parent7ef053c6327441bc7306ff6ee12fde2a42301ab4 (diff)
Merge pull request #1066 from adevress/disable-doc
Add a new option to disable documentation generation at configure time
Diffstat (limited to 'Makefile.config.in')
-rw-r--r--Makefile.config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.config.in b/Makefile.config.in
index 3e7847e365c7..2db7172b15c9 100644
--- a/Makefile.config.in
+++ b/Makefile.config.in
@@ -33,5 +33,6 @@ pkglibdir = $(libdir)/$(PACKAGE_NAME)
 prefix = @prefix@
 storedir = @storedir@
 sysconfdir = @sysconfdir@
+doc_generate = @doc_generate@
 xmllint = @xmllint@
 xsltproc = @xsltproc@