diff options
author | Ted Trask <ttrask01@yahoo.com> | 2009-12-30 09:55:56 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2009-12-30 09:55:56 +0000 |
commit | 38c8fad89c24a031b4c88e94066797a00b7774ab (patch) | |
tree | ea1c817f705b7d25e0bc1166fc8efc456bae2b83 /www/Makefile | |
parent | 3e6b1583d384c5f9378084d595987f4540f1211d (diff) | |
download | acf-core-38c8fad89c24a031b4c88e94066797a00b7774ab.tar.bz2 acf-core-38c8fad89c24a031b4c88e94066797a00b7774ab.tar.xz |
Removed jquery and moved to acf-skins and new acf-jquery package.
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index 93f3762..5bc108c 100644 --- a/www/Makefile +++ b/www/Makefile @@ -5,7 +5,6 @@ WWW_DIST=cgi-bin/acf\ cgi-bin/mvc.lua\ index.html\ sample.html\ - js/*\ EXTRA_DIST=Makefile DISTFILES=$(WWW_DIST) $(EXTRA_DIST) |