From: Peter van Dijk Date: Wed, 2 Jan 2013 11:47:22 +0000 (+0000) Subject: clean out html dir before writing docs X-Git-Tag: auth-3.2-rc4~12 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eb78ee53f79428d077a13cee13f6dd2444efaffc;p=thirdparty%2Fpdns.git clean out html dir before writing docs git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@3016 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- 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