From 9c12ad6dbcbc663b2179aaf21abaf132ec0398ae Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 15 Oct 2014 14:50:03 +0100 Subject: [PATCH] Add vacuous "make distclean" rule. --- doc/Makefile | 3 +++ 1 file changed, 3 insertions(+) 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 -- 1.7.10.4