From: Christian Hofstaedtler Date: Tue, 25 Feb 2014 13:49:41 +0000 (+0100) Subject: Travis: build all manpages X-Git-Tag: rec-3.6.0-rc1~162^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=acc8c53bbce2b02b0726321c7b55d71b22d7f190;p=thirdparty%2Fpdns.git Travis: build all manpages --- diff --git a/.travis.yml b/.travis.yml index c191fa0222..c15f1bb988 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,9 +29,8 @@ script: - cd pdns - make -j 4 pdns_recursor - ./dist-recursor - - cd docs - - make - - cd ../../regression-tests.recursor + - make -C docs html/index.html manpages + - cd ../regression-tests.recursor - cp vars.sample vars - ./config.sh - ./start.sh diff --git a/pdns/docs/Makefile b/pdns/docs/Makefile index 3b4fe6199c..fbd63f49d9 100644 --- a/pdns/docs/Makefile +++ b/pdns/docs/Makefile @@ -1,13 +1,15 @@ # $Id$ -all: pdns.txt pdns.pdf html/index.html html.tar.gz pdns-expanded.html +all: pdns.txt pdns.pdf html/index.html html.tar.gz pdns-expanded.html manpages pdns-expanded.xml: pdns.xml ./expand < $< > $@ - + clean: rm -rf *.dvi *.pdf *.tex *.toc *.aux *.ps *.bak *.tmp *~ *.log pdns.txt html.tar.gz html pdns pdns-expanded.html pdns-expanded.xml pdns_recursor.1 rec_control.1 +manpages: dnsdist.1 pdns_recursor.1 rec_control.1 dnstcpbench.1 + html/index.html: pdns-expanded.xml rm -rf html xmlto xhtml -m config.xsl -o html $<