]> gitweb @ CieloNegro.org - Rakka.git/blobdiff - js/Makefile
Wrote many
[Rakka.git] / js / Makefile
index a5c163b11b746c2cbc073e117d11417878ece1e4..d7e9959a975a2607b3b326cb6217a3dab200fb0b 100644 (file)
@@ -1,5 +1,8 @@
 SOURCES = \
        jquery-1.2.1.js \
+       jquery-dom.js \
+       base.js \
+       editPage.js \
        $(NULL)
 
 
@@ -13,6 +16,11 @@ build: ../Rakka/Resource/JavaScript.hs
        rm tmp.js tmp.packed.js
 
 
+jquery-dom.js:
+       @echo "Warning: jquery-dom.js is missing. Trying to download it..."
+       wget http://mg.to/files/jquery-dom.js
+
+
 jquery-%.js:
        @echo "Error: $@ has to be placed on this directory."
        @echo "       See http://jquery.com/"