Make a doc-clean rule
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 24 Oct 2006 10:12:36 +0000 (10:12 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 24 Oct 2006 10:12:36 +0000 (10:12 +0000)
doc/Makefile.am

index 023d390..72fb4b7 100644 (file)
@@ -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 \