Clean all doc files on make clean
[command.git] / docs / Makefile.am
index 63e120a156720a79e1e502751bf9dfa8ac368bce..3f6ec3ebb3b6c03b79720747541976b8709c8b30 100644 (file)
@@ -14,7 +14,10 @@ CLEANFILES = doxyfile.stamp
 
 all-local: doxyfile.stamp
 clean-local:
+       rm  -f $(top_srcdir)/docs/Doxyfile
        rm -rf $(top_srcdir)/docs/man
+       rm -rf $(top_srcdir)/docs/html
+       rm -rf $(top_srcdir)/docs/latex
 
 
 endif
\ No newline at end of file