From 6acb2a89222c90a55a9e051a386450452f1873cf Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Mon, 7 Apr 2014 15:23:07 +0000 Subject: [PATCH] jasmine-links is no longer needed --- Makefile | 1 - examples/htdocs/Makefile | 2 -- 2 files changed, 3 deletions(-) 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 ]" -- 1.7.10.4