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