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 | |
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')
-rwxr-xr-x | contrib/package_nsis-weasel.sh | 25 | ||||
-rw-r--r-- | contrib/tor.nsi | 22 |
2 files changed, 30 insertions, 17 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 diff --git a/contrib/tor.nsi b/contrib/tor.nsi index 999065be94..768f3e8b01 100644 --- a/contrib/tor.nsi +++ b/contrib/tor.nsi @@ -127,16 +127,22 @@ Section "Documents" Docs File "..\doc\dir-spec.txt" File "..\doc\rend-spec.txt" File "..\doc\socks-extensions.txt" - File "..\doc\stylesheet.css" - File "..\doc\tor-spec.txt" - File "..\doc\tor-doc-osx.html" - File "..\doc\tor-doc-server.html" - File "..\doc\tor-doc-unix.html" - File "..\doc\tor-doc-win32.html" - File "..\doc\tor-hidden-service.html" - File "..\doc\tor-switchproxy.html" File "..\doc\version-spec.txt" ; + File "..\doc\stylesheet.css" + File "..\doc\tor-doc-osx.html.en" + File "..\doc\tor-doc-osx.html.it" + File "..\doc\tor-doc-server.html.en" + File "..\doc\tor-doc-server.html.it" + File "..\doc\tor-doc-unix.html.en" + File "..\doc\tor-doc-unix.html.it" + File "..\doc\tor-doc-win32.html.en" + File "..\doc\tor-doc-win32.html.es" + File "..\doc\tor-doc-win32.html.it" + File "..\doc\tor-hidden-service.html.en" + File "..\doc\tor-switchproxy.html.en" + File "..\doc\tor-switchproxy.html.it" + ; File "..\doc\tor-resolve.html" File "..\doc\tor-reference.html" ; |