Clean all doc files on make clean master
authorRafał Długołęcki <rafal@dlugolecki.net.pl>
Sat, 23 Jul 2016 10:02:30 +0000 (12:02 +0200)
committerRafał Długołęcki <rafal@dlugolecki.net.pl>
Sat, 23 Jul 2016 10:03:13 +0000 (12:03 +0200)
docs/Makefile.am

index b61769332784d4701480e394bf3551903c7e29bb..cfc5825f827a4c35618344707e64a7fbc6c97af5 100644 (file)
@@ -14,7 +14,9 @@ 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