From eb78ee53f79428d077a13cee13f6dd2444efaffc Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Wed, 2 Jan 2013 11:47:22 +0000 Subject: [PATCH] clean out html dir before writing docs git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@3016 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- pdns/docs/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/pdns/docs/Makefile b/pdns/docs/Makefile index a04f70af04..a6bc4cc276 100644 --- a/pdns/docs/Makefile +++ b/pdns/docs/Makefile @@ -9,6 +9,7 @@ clean: rm -rf *.dvi *.pdf *.tex *.toc *.aux *.ps *.bak *.tmp *~ *.log pdns.txt html.tar.gz html pdns pdns-expanded.html pdns-expanded.xml pdns_recursor.1 rec_control.1 html/index.html: pdns-expanded.xml + rm -rf html xmlto xhtml -m config.xsl -o html $< cp docbook.css html -- 2.47.3