]> granicus.if.org Git - pdns/commitdiff
make sure we build the manpages for the recursor
authorBert Hubert <bert.hubert@netherlabs.nl>
Wed, 16 Mar 2011 08:31:52 +0000 (08:31 +0000)
committerBert Hubert <bert.hubert@netherlabs.nl>
Wed, 16 Mar 2011 08:31:52 +0000 (08:31 +0000)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@2064 d19b8d6e-7fed-0310-83ef-9ca221ded41b

pdns/docs/Makefile

index 5dffc7165f39f796b8c1a95223b7dd05e671e000..c8e40042ef45ca1f0ef45949f72551f35b6a5a73 100644 (file)
@@ -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: