Add a new option to disable documentation generation at configure time

This commit is contained in:
Adrien Devresse 2016-09-20 14:31:23 +00:00
parent 0d38b4c792
commit 7ef053c632
3 changed files with 17 additions and 0 deletions

View file

@ -33,5 +33,6 @@ pkglibdir = $(libdir)/$(PACKAGE_NAME)
prefix = @prefix@
storedir = @storedir@
sysconfdir = @sysconfdir@
doc_generate = @doc_generate@
xmllint = @xmllint@
xsltproc = @xsltproc@