]> gitweb @ CieloNegro.org - Rakka.git/blobdiff - js/Makefile
rc file for NetBSD
[Rakka.git] / js / Makefile
index 63477dd7bab4bae8ac88cde27c5a886f1b06a6ff..e6eedefc5eb4c81dc09ec60ca4806815a1bff0ce 100644 (file)
@@ -1,5 +1,5 @@
-JQUERY_SOURCE = jquery-1.2.1.js
-COMPRESSOR    = yuicompressor-2.2.4.jar
+JQUERY_SOURCE = jquery-1.2.6.js
+COMPRESSOR    = yuicompressor-2.3.5.jar
 
 SOURCES = \
        $(JQUERY_SOURCE) \
@@ -7,10 +7,16 @@ SOURCES = \
        base.js \
        base64.js \
        editPage.js \
+       hashedParam.js \
+       hexDump.js \
        localFile.js \
        login.js \
+       parseuri.js \
        redirection.js \
        screen.js \
+       search.js \
+       systemConfig.js \
+       uri.js \
        $(NULL)
 
 COMPRESS = java -jar $(COMPRESSOR) --type js --charset UTF-8
@@ -21,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
@@ -32,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