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:
e65dff0
)
Make .min.js files by default.
author
Mike Taylor
<mike@indexdata.com>
Thu, 19 Dec 2013 15:05:11 +0000
(15:05 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Thu, 19 Dec 2013 15:05:11 +0000
(15:05 +0000)
tools/htdocs/Makefile
patch
|
blob
|
history
diff --git
a/tools/htdocs/Makefile
b/tools/htdocs/Makefile
index
ad18fba
..
389439c
100644
(file)
--- a/
tools/htdocs/Makefile
+++ b/
tools/htdocs/Makefile
@@
-32,7
+32,7
@@
DOCS = README.html README.odt README.pdf \
whitepaper.html whitepaper.odt whitepaper.pdf
# Default rule when "make" is invoked without a target
-**default**: ${MKWS_JS} README.html whitepaper.html
+**default**: ${MKWS_JS} mkws-js-min README.html whitepaper.html
all: ${MKWS_JS} mkws-js-min $(DOCS)