]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Travis: build all manpages
authorChristian Hofstaedtler <christian@hofstaedtler.name>
Tue, 25 Feb 2014 13:49:41 +0000 (14:49 +0100)
committerChristian Hofstaedtler <christian@hofstaedtler.name>
Tue, 25 Feb 2014 13:49:41 +0000 (14:49 +0100)
.travis.yml
pdns/docs/Makefile

index c191fa0222637d6d78f95522639b6a7cc0024dc2..c15f1bb988691eb3306159b412b1535b5a98f619 100644 (file)
@@ -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
index 3b4fe6199c1794fde813c160193faa39180f85b2..fbd63f49d9748d73152a587f9f36beb289376b08 100644 (file)
@@ -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 $<