From 434c9bca2615cf3fd9751ca855d4e2ddfe219ab0 Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Tue, 25 Nov 2014 20:57:46 +0100 Subject: [PATCH] add a makefile directive accidentally removed --- pdns/docs/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pdns/docs/Makefile b/pdns/docs/Makefile index 72c071399..21b620495 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 -- 2.49.0