- 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
# $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 $<