From: Pieter Lexis Date: Tue, 26 Aug 2014 10:55:01 +0000 (+0200) Subject: Fix Makefile X-Git-Tag: rec-3.7.0-rc1~161^2^2~32 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=59c3b005348c7d678bd946e45cfdf35ef1fa88b6;p=thirdparty%2Fpdns.git Fix Makefile --- diff --git a/pdns/docs/Makefile b/pdns/docs/Makefile index 193c03e3a5..72edcdb3a6 100644 --- a/pdns/docs/Makefile +++ b/pdns/docs/Makefile @@ -7,16 +7,13 @@ clean: manpages: dnsdist.1 pdns_recursor.1 rec_control.1 dnstcpbench.1 -html-new/index.html: process-md mkdocs.yml - mkdocs build - -process-md: markdown/** process-md.sh dirs - rsync -a --delete markdown/. doc-build/. - ./process-md.sh - -dirs: html-new doc-build +html-new/index.html: process-md.sh mkdocs.yml markdown/** markdown/*/** + rm -rf html-new/* mkdir -p html-new mkdir -p doc-build + rsync -a --delete markdown/. doc-build/. + ./process-md.sh + mkdocs build pdns-expanded.html: pdns-expanded.xml xmlto xhtml-nochunks -m config.xsl $<