From d54c827e4f1573052204e190a73876d90d040e46 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Wed, 10 Oct 2012 12:54:11 +0000 Subject: [PATCH] update svn:ignore on lots of dirs; improve "make clean" in some places git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@2793 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- pdns/docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/docs/Makefile b/pdns/docs/Makefile index 639576bb30..a04f70af04 100644 --- a/pdns/docs/Makefile +++ b/pdns/docs/Makefile @@ -6,7 +6,7 @@ pdns-expanded.xml: pdns.xml ./expand < $< > $@ clean: - rm -rf *.dvi *.pdf *.tex *.toc *.aux *.ps *.bak *.tmp *~ *.log pdns.txt html.tar.gz html pdns pdns-expanded.html + 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 xmlto xhtml -m config.xsl -o html $< -- 2.47.3