From: Rafał Długołęcki Date: Sat, 23 Jul 2016 10:02:30 +0000 (+0200) Subject: Clean all doc files on make clean X-Git-Url: https://git.dlugolecki.net.pl/?p=genetic.git;a=commitdiff_plain;h=cbe58a3280e0e02e82b3b1bb03a3336a3db8c5fc Clean all doc files on make clean --- diff --git a/docs/Makefile.am b/docs/Makefile.am index b617693..cfc5825 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -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