X-Git-Url: https://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=js%2FMakefile;h=d7e9959a975a2607b3b326cb6217a3dab200fb0b;hb=fa3a9d0aecede2431e669ef33885a116f7d5f0be;hp=a5c163b11b746c2cbc073e117d11417878ece1e4;hpb=56ac43ac34e79355f85dd7e413713c329ab0f166;p=Rakka.git diff --git a/js/Makefile b/js/Makefile index a5c163b..d7e9959 100644 --- a/js/Makefile +++ b/js/Makefile @@ -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/"