From: Rico Tzschichholz Date: Mon, 13 Mar 2017 07:20:27 +0000 (+0100) Subject: manual: xsltproc is required for all targets X-Git-Tag: 0.35.90~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33c01e8be1b03d90d0f589b00ac2e37af93808cf;p=thirdparty%2Fvala.git manual: xsltproc is required for all targets --- diff --git a/doc/manual/Makefile.am b/doc/manual/Makefile.am index ea885fb17..376928314 100644 --- a/doc/manual/Makefile.am +++ b/doc/manual/Makefile.am @@ -8,7 +8,6 @@ if HAVE_XSLTPROC book_DATA = \ devhelp/* \ $(NULL) -endif $(builddir)/devhelp/*: devhelp devhelp: manual.xml version.xml common.xsl devhelp.xsl xhtml.xsl default.css @@ -60,6 +59,8 @@ pdf: @echo Install weasyprint and re-run ./configure to generate a PDF of the Vala manual endif +endif + mostlyclean-local: rm -rf devhelp rm -rf html