From: Adam Dickmeiss Date: Tue, 24 Oct 2006 10:12:36 +0000 (+0000) Subject: Make a doc-clean rule X-Git-Tag: YAZ.2.1.38~13 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=a1260bbefc2a64f75547b62151d19804403d9667;p=yaz-moved-to-github.git Make a doc-clean rule --- diff --git a/doc/Makefile.am b/doc/Makefile.am index 023d390..72fb4b7 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.74 2006-10-11 09:39:43 adam Exp $ +## $Id: Makefile.am,v 1.75 2006-10-24 10:12:36 adam Exp $ docdir=$(datadir)/doc/@PACKAGE@ @@ -80,6 +80,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 \