Author: michiel
Date: 2010-05-15 19:25:17 +0200 (Sat, 15 May 2010)
New Revision: 42164
Modified:
speeltuin/mihxil/simple/wget/Makefile
Log:
Modified: speeltuin/mihxil/simple/wget/Makefile
===================================================================
--- speeltuin/mihxil/simple/wget/Makefile 2010-05-15 17:18:12 UTC (rev
42163)
+++ speeltuin/mihxil/simple/wget/Makefile 2010-05-15 17:25:17 UTC (rev
42164)
@@ -3,7 +3,7 @@
simple-webapp/index.html:
wget -r -k -nH --adjust-extension http://localhost:8080/simple-webapp/
- bash -c 'for i in `find simple-webapp -name "*.html"`; do xmllint $$i |
xsltproc -novalid welcomefiles.xslt - | xmllint --nsclean --format - > $$i.new
; mv $$i.new $$i ; done'
+ 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
(cd simple-webapp ; tar zcf es.tgz *)
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs