From: Wolfram Schneider Date: Wed, 26 Mar 2014 09:20:27 +0000 (+0000) Subject: improve distclean X-Git-Tag: 1.0.0~1230 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=cb7bab7a41f086eef33a27c97f8cdb8d5181971f improve distclean --- diff --git a/doc/Makefile b/doc/Makefile index 93a1423..75a9e2d 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -45,7 +45,7 @@ all: $(DOCS) clean: rm -f $(DOCS) -distclean: clean +distclean: clean uninstall help: @echo "make [ all | install | clean | distclean ]"