From 8dd5939b82aeaf0e326dead22ea877c203e6d024 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 5 May 2009 13:12:04 +0200 Subject: [PATCH] Add doc-clean target --- doc/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/Makefile.am b/doc/Makefile.am index 385cd9c..13bbb93 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -64,6 +64,9 @@ dist-hook: cp $$p $(distdir); \ done +doc-clean: + rm -f *.html *.[0-9] *.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