X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=js%2FMakefile;h=e6eedefc5eb4c81dc09ec60ca4806815a1bff0ce;hb=223d4df57fa1371945075d4d2714e5f36c1fc5dd;hp=effc48b0c16e51d44a2c781deb7bd51e9db5d67b;hpb=d6f5dd9adfa8bccc7799396554dfaf80d9522a38;p=Rakka.git diff --git a/js/Makefile b/js/Makefile index effc48b..e6eedef 100644 --- a/js/Makefile +++ b/js/Makefile @@ -1,13 +1,22 @@ -JQUERY_SOURCE = jquery-1.2.1.js -COMPRESSOR = yuicompressor-2.2.4.jar +JQUERY_SOURCE = jquery-1.2.6.js +COMPRESSOR = yuicompressor-2.3.5.jar SOURCES = \ $(JQUERY_SOURCE) \ jquery-dom.js \ base.js \ + base64.js \ editPage.js \ + hashedParam.js \ + hexDump.js \ + localFile.js \ + login.js \ + parseuri.js \ redirection.js \ screen.js \ + search.js \ + systemConfig.js \ + uri.js \ $(NULL) COMPRESS = java -jar $(COMPRESSOR) --type js --charset UTF-8 @@ -17,8 +26,8 @@ build: ../Rakka/Resource/JavaScript.hs packed.js: $(SOURCES) $(COMPRESSOR) -# cat $(SOURCES) > $@ - cat $(SOURCES) | $(COMPRESS) --warn -o $@ + cat $(SOURCES) > $@ +# cat $(SOURCES) | $(COMPRESS) -o $@ ../Rakka/Resource/JavaScript.hs: packed.js @@ -29,7 +38,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