Added doc-clean rule
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 18 Nov 2008 08:53:57 +0000 (09:53 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 18 Nov 2008 08:53:57 +0000 (09:53 +0100)
doc/Makefile.am

index 8d7f4d2..bafe700 100644 (file)
@@ -111,6 +111,9 @@ dist-hook:
                cp $$p $(distdir); \
        done
 
+doc-clean:
+       rm -f *.html *.[0-9] *.?mp *.pdf *.tkl
+
 install-data-hook:
        if test -f index.html; then d=.; else d="$(srcdir)"; fi; \
        for p in $$d/*.html; do \