Add doc-clean rule
[yazpp-moved-to-github.git] / doc / Makefile.am
index c46d3ce..42a49a0 100644 (file)
@@ -46,6 +46,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 \