Author: michiel
Date: 2010-05-16 18:46:03 +0200 (Sun, 16 May 2010)
New Revision: 42165

Modified:
   speeltuin/mihxil/simple/wget/Makefile
Log:


Modified: speeltuin/mihxil/simple/wget/Makefile
===================================================================
--- speeltuin/mihxil/simple/wget/Makefile       2010-05-15 17:25:17 UTC (rev 
42164)
+++ speeltuin/mihxil/simple/wget/Makefile       2010-05-16 16:46:03 UTC (rev 
42165)
@@ -2,10 +2,10 @@
 .PHONY: clean upload
 
 simple-webapp/index.html:
-       wget -r -k -nH --adjust-extension http://localhost:8080/simple-webapp/
+       wget -r -k -nH --adjust-extension http://localhost:8083/simple-webapp/
        bash -c 'for i in `find simple-webapp -name "*.html"`; do xsltproc 
-novalid welcomefiles.xslt $$i | xmllint --nsclean  --format - > $$i.new ; mv 
$$i.new $$i ; done'
 
-upload: simple-webapp/index.html
+deploy: simple-webapp/index.html
        (cd simple-webapp ; tar zcf es.tgz *)
        scp simple-webapp/es.tgz sepio:/var/www/es/
        ssh sepio "(cd /var/www/es; tar zxf es.tgz)"

_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to