Clean all doc files on make clean
authorRafał Długołęcki <rafal@dlugolecki.net.pl>
Sat, 23 Jul 2016 10:01:58 +0000 (12:01 +0200)
committerRafał Długołęcki <rafal@dlugolecki.net.pl>
Sat, 23 Jul 2016 10:01:58 +0000 (12:01 +0200)
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