From: Adam Dickmeiss Date: Thu, 10 Feb 2011 09:30:41 +0000 (+0100) Subject: Add doc-clean rule X-Git-Tag: v1.3.6~2 X-Git-Url: http://git.indexdata.com/?p=yazproxy-moved-to-github.git;a=commitdiff_plain;h=6f8e579ce9ac9521d2520cdc431ee19b9f61ac00 Add doc-clean rule --- diff --git a/doc/Makefile.am b/doc/Makefile.am index eb92b81..63089fb 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -44,6 +44,9 @@ dist-hook: cp $$p $(distdir); \ done +doc-clean: + rm -f manref.xml *.html *.[0-9] *.pdf + install-data-hook: if test -f index.html; then d=.; else d="$(srcdir)"; fi; \ for p in $$d/*.html; do \