]> gitweb @ CieloNegro.org - Rakka.git/blobdiff - js/Makefile
jQuery 1.2.2 -> 1.2.6
[Rakka.git] / js / Makefile
index e1e6b0cd3fa1c310315a71faddb1994dab80aba6..ccd88fb2accf85687721a821afe2c5df0019163c 100644 (file)
@@ -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 = \
@@ -36,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