From 59c3b005348c7d678bd946e45cfdf35ef1fa88b6 Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Tue, 26 Aug 2014 12:55:01 +0200 Subject: [PATCH] Fix Makefile --- pdns/docs/Makefile | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) 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 $< -- 2.47.2