projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab19737
)
Add vacuous "make distclean" rule.
author
Mike Taylor
<mike@indexdata.com>
Wed, 15 Oct 2014 13:50:03 +0000
(14:50 +0100)
committer
Mike Taylor
<mike@indexdata.com>
Wed, 15 Oct 2014 13:50:03 +0000
(14:50 +0100)
doc/Makefile
patch
|
blob
|
history
diff --git
a/doc/Makefile
b/doc/Makefile
index
f65d44a
..
461a904
100644
(file)
--- 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