From: Adam Dickmeiss Date: Tue, 5 May 2009 11:12:04 +0000 (+0200) Subject: Add doc-clean target X-Git-Tag: v1.1.0~19 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=8dd5939b82aeaf0e326dead22ea877c203e6d024;hp=d1a0d55bd95eb3a107396e682e048879fa092919;p=pazpar2-moved-to-github.git Add doc-clean target --- 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 \