From: Adam Dickmeiss Date: Tue, 18 Nov 2008 08:53:57 +0000 (+0100) Subject: Added doc-clean rule X-Git-Tag: v1.0.15~8 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=998310ee5a6977da8d5852eecfd6557ef65eaf40;p=metaproxy-moved-to-github.git Added doc-clean rule --- diff --git a/doc/Makefile.am b/doc/Makefile.am index 8d7f4d2..bafe700 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -111,6 +111,9 @@ dist-hook: cp $$p $(distdir); \ done +doc-clean: + rm -f *.html *.[0-9] *.?mp *.pdf *.tkl + install-data-hook: if test -f index.html; then d=.; else d="$(srcdir)"; fi; \ for p in $$d/*.html; do \