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:
e57e1a4
)
Fix MKWS-310 ("make clean leaves files")
author
Mike Taylor
<mike@indexdata.com>
Wed, 22 Oct 2014 15:46:14 +0000
(16:46 +0100)
committer
Mike Taylor
<mike@indexdata.com>
Wed, 22 Oct 2014 15:46:14 +0000
(16:46 +0100)
"make clean" now removes the generated file mkws-templates.js
src/Makefile
patch
|
blob
|
history
diff --git
a/src/Makefile
b/src/Makefile
index
427b818
..
120bab6
100644
(file)
--- a/
src/Makefile
+++ b/
src/Makefile
@@
-114,7
+114,7
@@
html-includes:
perl -n0e 'chomp(); print qq{ <script type="text/javascript" src="src/$$_"></script>\n}'
clean distclean:
- rm -f ${INSTALLED}
+ rm -f ${INSTALLED} mkws-templates.js
help:
@echo "make [ all | clean | release ]"