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:
0f1feb1
)
Do the copy-into-htdocs operations all on a single line.
author
Mike Taylor
<mike@indexdata.com>
Fri, 28 Mar 2014 16:16:55 +0000
(16:16 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Fri, 28 Mar 2014 16:16:55 +0000
(16:16 +0000)
src/Makefile
patch
|
blob
|
history
diff --git
a/src/Makefile
b/src/Makefile
index
1e68743
..
51bcf2a
100644
(file)
--- a/
src/Makefile
+++ b/
src/Makefile
@@
-28,9
+28,7
@@
uninstall:
rm -f $(INSTALLED)
../tools/htdocs/%: %
- rm -f $@
- cp -p $? $@
- chmod -w $@
+ rm -f $@ && cp -p $? $@ && chmod -w $@
all: mkws.min.js mkws-complete.min.js