From 998310ee5a6977da8d5852eecfd6557ef65eaf40 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 18 Nov 2008 09:53:57 +0100 Subject: [PATCH] Added doc-clean rule --- doc/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) 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 \ -- 1.7.10.4