From: Pieter Lexis Date: Tue, 25 Nov 2014 19:57:46 +0000 (+0100) Subject: add a makefile directive accidentally removed X-Git-Tag: rec-3.7.0-rc1~161^2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1682%2Fhead;p=thirdparty%2Fpdns.git add a makefile directive accidentally removed --- diff --git a/pdns/docs/Makefile b/pdns/docs/Makefile index 72c0713991..21b6204951 100644 --- a/pdns/docs/Makefile +++ b/pdns/docs/Makefile @@ -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