From: Wolfram Schneider Date: Mon, 7 Apr 2014 15:23:07 +0000 (+0000) Subject: jasmine-links is no longer needed X-Git-Tag: 1.0.0~995^2~14 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=6acb2a89222c90a55a9e051a386450452f1873cf;ds=sidebyside jasmine-links is no longer needed --- diff --git a/Makefile b/Makefile index b3e4fab..e37daa0 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,6 @@ phantomjs: # must be called once after GIT checkout setup: #why? ${MAKE} -C./tools/htdocs mkws-js-min - ${MAKE} -C./examples/htdocs jasmine-links ${MAKE} -C./test node-modules check: setup check-js diff --git a/examples/htdocs/Makefile b/examples/htdocs/Makefile index 26bbafe..683cb0e 100644 --- a/examples/htdocs/Makefile +++ b/examples/htdocs/Makefile @@ -8,8 +8,6 @@ apache-config.txt: ../apache2/mkws-examples-mike chmod ugo-w $@ jasmine-links: - ln -fs ../jasmine . - ln -fs ../../test . help: @echo "make [ all | clean | jasmine-links ]"