summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlistair Thomas <astavale@yahoo.co.uk>2017-03-11 22:52:00 +0000
committerRico Tzschichholz <ricotz@ubuntu.com>2017-03-12 14:19:38 +0100
commit8e70fb8a0e3af770d4e2d43df60408f611a179b3 (patch)
treed2c13e714522e1b389154a65016f44b9ea5095b6 /configure.ac
parentdcb8e4aab35db8437e771880dae1ad24ba709738 (diff)
downloadvala-8e70fb8a0e3af770d4e2d43df60408f611a179b3.tar.gz
manual: Add pdf target that uses WeasyPrint
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 030957e46..14a771baa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -97,6 +97,9 @@ AC_SUBST(GMODULE_LIBS)
AC_PATH_PROG([XSLTPROC], [xsltproc], :)
AM_CONDITIONAL(HAVE_XSLTPROC, test "$XSLTPROC" != :)
+AC_CHECK_PROG([WEASYPRINT], [weasyprint], [weasyprint])
+AM_CONDITIONAL(HAVE_WEASYPRINT, [test x$WEASYPRINT = xweasyprint])
+
AC_CHECK_PROG([HELP2MAN], [help2man], [help2man])
AM_CONDITIONAL([HAVE_HELP2MAN], [test x$HELP2MAN = xhelp2man])