From: Bert Hubert Date: Wed, 16 Mar 2011 08:31:52 +0000 (+0000) Subject: make sure we build the manpages for the recursor X-Git-Tag: auth-3.0~185 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0a029938604bd3ef71e358614d003df0d1eb2403;p=pdns make sure we build the manpages for the recursor git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@2064 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- diff --git a/pdns/docs/Makefile b/pdns/docs/Makefile index 5dffc7165..c8e40042e 100644 --- a/pdns/docs/Makefile +++ b/pdns/docs/Makefile @@ -23,13 +23,13 @@ html.tar.gz: html/index.html xmlto --with-dblatex pdf $< mv pdns-expanded.pdf pdns.pdf -#%.xml: %.txt -# asciidoc -b docbook -d manpage $< +%1.xml: %1.txt + asciidoc -b docbook -d manpage $< -#: %.xml -# xmlto man $< +%.1: %.1.xml + xmlto man $< -%.html: %.txt +%.html: %1.txt asciidoc -b xhtml11 -d manpage $< publish: