From: Mike Taylor Date: Wed, 15 Oct 2014 13:50:03 +0000 (+0100) Subject: Add vacuous "make distclean" rule. X-Git-Tag: 1.0.0~192^2~13 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=9c12ad6dbcbc663b2179aaf21abaf132ec0398ae Add vacuous "make distclean" rule. --- diff --git a/doc/Makefile b/doc/Makefile index f65d44a..461a904 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -40,6 +40,9 @@ clean: rm -f $(INSTALLED) rm -f *.drupal.html +distclean: clean + # Nothing more to remove in the doc directory + push: pandoc --toc index.markdown > index.drupal.html pandoc --toc mkws-manual.markdown > mkws-manual.drupal.html