commit 7c03c2207bc960bd843ea20b365401b437cffe49 Author: Runa A. Sandvik runa.sandvik@gmail.com Date: Tue Apr 12 18:20:06 2011 +0100
update the paths in the script --- src/vidalia/help/content/po2html.sh | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/vidalia/help/content/po2html.sh b/src/vidalia/help/content/po2html.sh index ca6f01d..b94ee77 100755 --- a/src/vidalia/help/content/po2html.sh +++ b/src/vidalia/help/content/po2html.sh @@ -12,11 +12,11 @@ ### Start config ###
# Location of the translated po files. Do not add the trailing slash. -translated="/home/runa/tor/vidaliahelp/po" +translated="/home/runa/tor/vidalia/src/vidalia/help/content/po"
# Location of the original and translated html files. Do not add the # trailing slash. -html="/home/runa/tor/vidaliahelp/" +html="/home/runa/tor/vidalia/src/vidalia/help/content"
### End config ###
tor-commits@lists.torproject.org