X-Git-Url: https://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=js%2FMakefile;h=e6eedefc5eb4c81dc09ec60ca4806815a1bff0ce;hb=HEAD;hp=e1e6b0cd3fa1c310315a71faddb1994dab80aba6;hpb=cddd833c65cdd8092588bd3bdfe2b9153848302f;p=Rakka.git diff --git a/js/Makefile b/js/Makefile index e1e6b0c..e6eedef 100644 --- a/js/Makefile +++ b/js/Makefile @@ -1,4 +1,4 @@ -JQUERY_SOURCE = jquery-1.2.2.js +JQUERY_SOURCE = jquery-1.2.6.js COMPRESSOR = yuicompressor-2.3.5.jar SOURCES = \ @@ -7,10 +7,12 @@ SOURCES = \ base.js \ base64.js \ editPage.js \ + hashedParam.js \ + hexDump.js \ localFile.js \ login.js \ - redirection.js \ parseuri.js \ + redirection.js \ screen.js \ search.js \ systemConfig.js \ @@ -36,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