]> gitweb @ CieloNegro.org - Rakka.git/blobdiff - js/Makefile
More users thingy
[Rakka.git] / js / Makefile
index f776451fba3bb46358fd28cb34dbc5811639dcf2..891e9eb62a1601819caa4e64c01988726cc13ae2 100644 (file)
@@ -10,6 +10,7 @@ SOURCES = \
        localFile.js \
        login.js \
        redirection.js \
+       parseuri.js \
        screen.js \
        search.js \
        systemConfig.js \
@@ -24,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
@@ -35,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