From a1260bbefc2a64f75547b62151d19804403d9667 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 24 Oct 2006 10:12:36 +0000 Subject: [PATCH] Make a doc-clean rule --- doc/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 \ -- 1.7.10.4