X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=js%2FMakefile;h=e3f1623716753621f0ec2a8394ca74f62b460a4f;hb=87df74aaf1fc55047bac7ac234546db7547cf166;hp=6db118db7acea0fd9eb4bfe5a436caae7908e773;hpb=ed0a2de09fc91fbd25c3ee82a722ef88793f2a8f;p=Rakka.git diff --git a/js/Makefile b/js/Makefile index 6db118d..e3f1623 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,9 +7,12 @@ SOURCES = \ base.js \ base64.js \ editPage.js \ + hashedParam.js \ + hexDump.js \ localFile.js \ login.js \ redirection.js \ + parseuri.js \ screen.js \ search.js \ systemConfig.js \ @@ -35,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