X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=js%2FMakefile;h=ccd88fb2accf85687721a821afe2c5df0019163c;hb=34ef5e26ef818d2ef74d5bc2a6c0f2bdac97614f;hp=7063803ce53a914f8680f3a7150b585a899e6eb7;hpb=f7ff1639d50b827a8ce1e4dd3631ce300ecb3d19;p=Rakka.git diff --git a/js/Makefile b/js/Makefile index 7063803..ccd88fb 100644 --- a/js/Makefile +++ b/js/Makefile @@ -1,5 +1,5 @@ -JQUERY_SOURCE = jquery-1.2.2.js -COMPRESSOR = yuicompressor-2.2.5.jar +JQUERY_SOURCE = jquery-1.2.6.js +COMPRESSOR = yuicompressor-2.3.5.jar SOURCES = \ $(JQUERY_SOURCE) \ @@ -10,8 +10,11 @@ SOURCES = \ localFile.js \ login.js \ redirection.js \ + parseuri.js \ screen.js \ search.js \ + systemConfig.js \ + uri.js \ $(NULL) COMPRESS = java -jar $(COMPRESSOR) --type js --charset UTF-8 @@ -22,7 +25,7 @@ build: ../Rakka/Resource/JavaScript.hs packed.js: $(SOURCES) $(COMPRESSOR) cat $(SOURCES) > $@ -# cat $(SOURCES) | $(COMPRESS) --warn -o $@ +# cat $(SOURCES) | $(COMPRESS) -o $@ ../Rakka/Resource/JavaScript.hs: packed.js @@ -33,7 +36,7 @@ clean: rm -f ../Rakka/Resource/JavaScript.hs packed.js $(JQUERY_PACKED) -yuicompressor.jar: - @echo "Error: yuicompressor.jar has to be placed on this directory." +$(COMPRESSOR): + @echo "Error: $(COMPRESSOR) has to be placed on this directory." @echo " See http://www.julienlecomte.net/yuicompressor/" @exit 1