diff options
author | Peter Palfrader <peter@palfrader.org> | 2006-02-21 05:12:45 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2006-02-21 05:12:45 +0000 |
commit | 0a25d3f8d9029a3538e3f7726f0c230fc9722f45 (patch) | |
tree | e8e023f31cb7adc7b885d34ac86bbc1e7a1e70b5 /contrib | |
parent | 951c5d3b5bb9ebc0296ccb1648744dd79d3b253d (diff) | |
download | tor-0a25d3f8d9029a3538e3f7726f0c230fc9722f45.tar.gz tor-0a25d3f8d9029a3538e3f7726f0c230fc9722f45.zip |
Make the tor.nsi file actually work again, and update list of docs while we are at it
svn:r6070
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/tor.nsi | 23 |
1 files changed, 17 insertions, 6 deletions
diff --git a/contrib/tor.nsi b/contrib/tor.nsi index 03f6834da8..1452760e39 100644 --- a/contrib/tor.nsi +++ b/contrib/tor.nsi @@ -31,7 +31,7 @@ !include "MUI.nsh" -!define VERSION "0.1.1.14-alpha-cvs" +!define VERSION "0.1.1.14-alpha" !define INSTALLER "tor-${VERSION}-win32.exe" !define WEBSITE "http://tor.eff.org/" @@ -121,16 +121,27 @@ SectionEnd Section "Documents" Docs SetOutPath "$INSTDIR\Documents" - File "..\doc\tor-spec.txt" - #File "..\doc\FAQ" + ;File "..\doc\FAQ" File "..\doc\HACKING" - File "..\doc\rend-spec.txt" File "..\doc\control-spec.txt" - File "..\doc\tor-doc.html" - File "..\doc\tor-doc.css" + 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\tor-resolve.html" File "..\doc\tor-reference.html" + ; File "..\doc\design-paper\tor-design.pdf" + ; File "..\README" File "..\AUTHORS" File "..\ChangeLog" |