From: Adam Dickmeiss Date: Tue, 9 Jun 2009 13:42:17 +0000 (+0200) Subject: Add doc-clean rule X-Git-Tag: v1.1.2~1 X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=commitdiff_plain;h=008513e90ad91ea1497e1cfb7b04fd899391aee3 Add doc-clean rule --- diff --git a/doc/Makefile.am b/doc/Makefile.am index c46d3ce..42a49a0 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -46,6 +46,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 \