Add doc-clean target
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 5 May 2009 11:12:04 +0000 (13:12 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 5 May 2009 11:12:04 +0000 (13:12 +0200)
doc/Makefile.am

index 385cd9c..13bbb93 100644 (file)
@@ -64,6 +64,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 \