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:
7b99881
)
the file mkws-complete.min.js will be generated from ../src, but lives in ../tools...
author
Wolfram Schneider
<wosch@indexdata.dk>
Thu, 16 Oct 2014 09:19:17 +0000
(09:19 +0000)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Thu, 16 Oct 2014 09:19:17 +0000
(09:19 +0000)
to check if mkws-complete.min.js is up-to-date, we have to run now:
make -C./src ../tools/htdocs/mkws-complete.min.js
test/Makefile
patch
|
blob
|
history
diff --git
a/test/Makefile
b/test/Makefile
index
c7505a7
..
e4606ba
100644
(file)
--- a/
test/Makefile
+++ b/
test/Makefile
@@
-40,7
+40,7
@@
clean-tmp:
touch ${TMP_DIR}/.gitkeep
mkws-complete-syntax-check:
- ${MAKE} -C../tools/htdocs mkws-complete.min.js
+ ${MAKE} -C../src ../tools/htdocs/mkws-complete.min.js
check check-js: mkws-complete-syntax-check
@if [ ! -e node_modules ]; then echo "please run first: make node-modules"; exit 1; fi