diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2012-02-01 20:22:52 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2012-02-01 20:22:52 +0000 |
commit | 24336d54166a06db00d5e9b24a4039a1760e9d1d (patch) | |
tree | ab29470f6250c354c4e5bdc7e11b1397fffb238d /doc/faq | |
parent | 2faa1df04e94fe76ac920d4f91bd35dd15353083 (diff) | |
download | xine-lib-24336d54166a06db00d5e9b24a4039a1760e9d1d.tar.gz xine-lib-24336d54166a06db00d5e9b24a4039a1760e9d1d.tar.bz2 |
Quieten documentation building a bit more.
Diffstat (limited to 'doc/faq')
-rw-r--r-- | doc/faq/Makefile.am | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/faq/Makefile.am b/doc/faq/Makefile.am index f6fc1dd10..4a5c2f6f9 100644 --- a/doc/faq/Makefile.am +++ b/doc/faq/Makefile.am @@ -22,14 +22,18 @@ dist-hook: distclean-local: clean-docs +AM_V_FAKE = $(am__v_FAKE_$(V)) +am__v_FAKE_ = $(am__v_FAKE_$(AM_DEFAULT_VERBOSITY)) +am__v_FAKE_0 = @echo " FAKE " $@; + if HAVE_XMLTO faq.html: faq.docbook faq.xsl - xmlto -m faq.xsl xhtml-nochunks $< + $(AM_V_GEN)xmlto -m faq.xsl xhtml-nochunks $< faq.txt: faq.docbook faq.xsl - xmlto -m faq.xsl txt $< + $(AM_V_GEN)xmlto -m faq.xsl txt $< else faq.html faq.txt: faq.docbook - if test x"$(fail_if_missing)" = x"yes"; then \ + $(AM_V_FAKE)if test x"$(fail_if_missing)" = x"yes"; then \ echo "Please install xmlto."; \ exit 1; \ fi |