]> granicus.if.org Git - pdns/commitdiff
add a makefile directive accidentally removed
authorPieter Lexis <pieter@plexis.eu>
Tue, 25 Nov 2014 19:57:46 +0000 (20:57 +0100)
committerPieter Lexis <pieter@plexis.eu>
Tue, 25 Nov 2014 19:57:46 +0000 (20:57 +0100)
pdns/docs/Makefile

index 72c0713991879d27934b052ad952b91f8cedc812..21b6204951291ca754d0354bbcecf39f0b38acb2 100644 (file)
@@ -10,6 +10,11 @@ clean:
 
 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 $<
+       cp docbook.css html
+
 html-new/index.html: process-md.sh mkdocs.yml markdown/** markdown/*/**
        rm -rf html-new/*
        mkdir -p html-new