changeset 1530:9836b6ed8f09

Upload the TF wrapper script for changing locale.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 18 Apr 2013 02:41:25 +0300
parents 74fe408138cc
children 87f6d7bdd3c6
files docs/build-docs.sh
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/docs/build-docs.sh	Thu Apr 18 02:03:47 2013 +0300
+++ b/docs/build-docs.sh	Thu Apr 18 02:41:25 2013 +0300
@@ -127,4 +127,5 @@
 if test "x$1" = "x--upload"; then
 	scp -C $HTMLPATH/* manual.css "$UPURL/html/"
 	scp -C "$PSFILE" "$PDFFILE" "$UPURL"
+	scp -C "$HOME/bin/tf5" "$UPURL/tf5.sh"
 fi