X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=js%2FMakefile;h=891e9eb62a1601819caa4e64c01988726cc13ae2;hb=e72dffe3a211d94a123a9a0b6843ae9b4b9838f5;hp=f8f2f2833fb0508aa0750471585764f8837b0bb4;hpb=0447be1b59496ca4266226ed52d264009cf41899;p=Rakka.git diff --git a/js/Makefile b/js/Makefile index f8f2f28..891e9eb 100644 --- a/js/Makefile +++ b/js/Makefile @@ -1,5 +1,5 @@ JQUERY_SOURCE = jquery-1.2.2.js -COMPRESSOR = yuicompressor-2.2.5.jar +COMPRESSOR = yuicompressor-2.3.5.jar SOURCES = \ $(JQUERY_SOURCE) \ @@ -10,7 +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 @@ -21,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 @@ -32,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