]> gitweb @ CieloNegro.org - Rakka.git/blobdiff - js/Makefile
misc changes
[Rakka.git] / js / Makefile
index 00a7704557b5b95fde6a66084c7e4a46f82b3306..e3f1623716753621f0ec2a8394ca74f62b460a4f 100644 (file)
@@ -1,5 +1,5 @@
-JQUERY_SOURCE = jquery-1.2.2.js
-COMPRESSOR    = yuicompressor-2.2.5.jar
+JQUERY_SOURCE = jquery-1.2.6.js
+COMPRESSOR    = yuicompressor-2.3.5.jar
 
 SOURCES = \
        $(JQUERY_SOURCE) \
@@ -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 \
@@ -24,7 +27,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
@@ -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