changeset 65:ba7260d6dbd9 misc

Also upload XML source.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 21 Dec 2009 11:32:16 +0000
parents e6d5dfe70331
children 4ad39358df95
files update-xml-to-html.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/update-xml-to-html.sh	Tue Nov 24 20:02:16 2009 +0000
+++ b/update-xml-to-html.sh	Mon Dec 21 11:32:16 2009 +0000
@@ -8,6 +8,6 @@
 	tidy -w 120 -utf8 -asxhtml -i -m "$HTML"
 
 if test -e "$HTML"; then
-	scp "$HTML" ccr@tnsp.org:public_html/bat/
+	scp "$XML" "$HTML" ccr@tnsp.org:public_html/bat/
 fi