diff options
author | Peter Palfrader <peter@palfrader.org> | 2006-04-10 21:34:59 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2006-04-10 21:34:59 +0000 |
commit | 45fbad264f011dcce46240af962404ecc32efd51 (patch) | |
tree | 85951a11f38ff47585129680644e8d4a7789821e /contrib/package_nsis-weasel.sh | |
parent | 0d5808d8bcda3067a4e05975b547b805d1737e9b (diff) | |
download | tor-45fbad264f011dcce46240af962404ecc32efd51.tar.gz tor-45fbad264f011dcce46240af962404ecc32efd51.zip |
Update the list of documentation files in tor.nsi and package_nsis-weasel.sh
svn:r6379
Diffstat (limited to 'contrib/package_nsis-weasel.sh')
-rwxr-xr-x | contrib/package_nsis-weasel.sh | 25 |
1 files changed, 16 insertions, 9 deletions
diff --git a/contrib/package_nsis-weasel.sh b/contrib/package_nsis-weasel.sh index 40bb1db266..97f900e81e 100755 --- a/contrib/package_nsis-weasel.sh +++ b/contrib/package_nsis-weasel.sh @@ -45,17 +45,24 @@ for fn in \ dir-spec.txt \ rend-spec.txt \ socks-extensions.txt \ - stylesheet.css \ - tor-spec.txt \ - tor-doc-osx.html \ - tor-doc-server.html \ - tor-doc-unix.html \ - tor-doc-win32.html \ - tor-hidden-service.html \ - tor-switchproxy.html \ version-spec.txt \ + \ + website/stylesheet.css \ + website/tor-doc-osx.html.en \ + website/tor-doc-osx.html.it \ + website/tor-doc-server.html.en \ + website/tor-doc-server.html.it \ + website/tor-doc-unix.html.en \ + website/tor-doc-unix.html.it \ + website/tor-doc-win32.html.en \ + website/tor-doc-win32.html.es \ + website/tor-doc-win32.html.it \ + website/tor-hidden-service.html.en \ + website/tor-switchproxy.html.en \ + website/tor-switchproxy.html.it \ + \ ; do - clean_newlines doc/$fn win_tmp/doc/$fn + clean_newlines doc/"$fn" win_tmp/doc/"`basename $fn`" done cp doc/design-paper/tor-design.pdf win_tmp/doc/design-paper/tor-design.pdf |