aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMike Holmes <mike.holmes@linaro.org>2016-02-22 15:03:12 -0500
committerMaxim Uvarov <maxim.uvarov@linaro.org>2016-02-25 14:57:15 +0300
commit0b71c5dd83c9d56113fcdd6f04c359c327fad039 (patch)
tree0177afbcdbe2cdb6fdb14fff613616b3a53e8d20 /configure.ac
parent1389b6428015c8e86d3c58ec23b46b965608c369 (diff)
doc: update to latest ax_prog_doxygen.m4
fixes https://bugs.linaro.org/show_bug.cgi?id=1946 Move to the latest m4 scripts for doxygen and revert to using it without modification, thus make doxygen-html becomes make doxygen-doc. Also cleans up the last parts of the previously removed .pdf support. Signed-off-by: Mike Holmes <mike.holmes@linaro.org> Reviewed-and-tested-by: Bill Fischofer <bill.fischofer@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 4 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index a7cb03547..8cfe3e390 100644
--- a/configure.ac
+++ b/configure.ac
@@ -141,8 +141,9 @@ AC_ARG_ENABLE([cunit_support],
# Setup doxygen documentation
##########################################################################
DX_HTML_FEATURE(ON)
-DX_PDF_FEATURE(ON)
-DX_INIT_DOXYGEN($PACKAGE_NAME, doc/application-api-guide/doxygen.cfg, doc/output)
+DX_PDF_FEATURE(OFF)
+DX_PS_FEATURE(OFF)
+DX_INIT_DOXYGEN($PACKAGE_NAME, ${srcdir}/doc/application-api-guide/doxygen.cfg, ${builddir}/doc/application-api-guide/output)
##########################################################################
# Enable/disable Unit tests
##########################################################################
@@ -323,6 +324,7 @@ AC_CONFIG_FILES([Makefile
doc/users-guide/Makefile
doc/process-guide/Makefile
doc/images/Makefile
+ doc/application-api-guide/Makefile
example/Makefile
example/classifier/Makefile
example/generator/Makefile