Add vacuous "make distclean" rule.
authorMike Taylor <mike@indexdata.com>
Wed, 15 Oct 2014 13:50:03 +0000 (14:50 +0100)
committerMike Taylor <mike@indexdata.com>
Wed, 15 Oct 2014 13:50:03 +0000 (14:50 +0100)
doc/Makefile

index f65d44a..461a904 100644 (file)
@@ -40,6 +40,9 @@ clean:
        rm -f $(INSTALLED)
        rm -f *.drupal.html
 
        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
 push:
        pandoc --toc index.markdown > index.drupal.html
        pandoc --toc mkws-manual.markdown > mkws-manual.drupal.html