aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJames Lal <james@lightsofapollo.com>2012-07-06 08:13:15 -0700
committerJames Lal <james@lightsofapollo.com>2012-07-06 08:13:15 -0700
commit20711f003e97a4a57d1e2838ba78a994c5faf6c0 (patch)
treeb060e5de05a9ffefc2ec836469c087fffa99dcef /Makefile
parentc8e85fe1e0a1d2e15df580068244324ff536a23a (diff)
downloadjsCalDAV-20711f003e97a4a57d1e2838ba78a994c5faf6c0.tar.gz
webcals -> caldav rename (yes, back again)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index cd03616..e5af129 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
REPORTER=spec
-WEB_FILE=webcals.js
+WEB_FILE=caldav.js
VENDOR=./vendor/
-LIB_ROOT=./lib/webcals
+LIB_ROOT=./lib/caldav
.PHONY: package
package: test-agent-config
@@ -19,7 +19,7 @@ package: test-agent-config
cat $(VENDOR)/sax.js >> $(WEB_FILE)
echo ';' >> $(WEB_FILE)
- cat $(LIB_ROOT)/webcals.js >> $(WEB_FILE)
+ cat $(LIB_ROOT)/caldav.js >> $(WEB_FILE)
cat $(LIB_ROOT)/ical.js >> $(WEB_FILE)
cat $(LIB_ROOT)/responder.js >> $(WEB_FILE)
cat $(LIB_ROOT)/sax.js >> $(WEB_FILE)
@@ -50,10 +50,10 @@ test-node:
--ui tdd \
--reporter $(REPORTER) \
--growl test/helper.js \
- test/webcals/sax/*_test.js \
- test/webcals/templates/*_test.js \
- test/webcals/request/*_test.js \
- test/webcals/*_test.js
+ test/caldav/sax/*_test.js \
+ test/caldav/templates/*_test.js \
+ test/caldav/request/*_test.js \
+ test/caldav/*_test.js
TEST_AGENT_CONFIG=./test-agent/config.json
.PHONY: test-agent-config