aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJames Lal <james@lightsofapollo.com>2012-07-06 07:59:48 -0700
committerJames Lal <james@lightsofapollo.com>2012-07-06 07:59:48 -0700
commitb295e4d28e9ee519488d58e79a40d9ec583eaebb (patch)
treeeadedbeba540ab5d017f461fbdae508a49fc94fe /Makefile
parentc9c6fcb1098cec5a77149eaedf25f16029f65150 (diff)
downloadjsCalDAV-b295e4d28e9ee519488d58e79a40d9ec583eaebb.tar.gz
Revert "Hacks to get this working in browser"
This reverts commit 23ba81022628d75f881a9285e4ca8fc0c394abfe.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cd03616..f85fc11 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,6 @@ package: test-agent-config
cat $(VENDOR)/sax.js >> $(WEB_FILE)
echo ';' >> $(WEB_FILE)
cat $(LIB_ROOT)/webcals.js >> $(WEB_FILE)
- cat $(LIB_ROOT)/ical.js >> $(WEB_FILE)
cat $(LIB_ROOT)/responder.js >> $(WEB_FILE)
cat $(LIB_ROOT)/sax.js >> $(WEB_FILE)
cat $(LIB_ROOT)/template.js >> $(WEB_FILE)