mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
Stop trying to distribute CLIENTS on windows too
svn:r4569
This commit is contained in:
parent
82bb985fc2
commit
b6f08090f4
@ -31,7 +31,7 @@ clean_localstatedir() {
|
||||
perl -pe 's/^\n$/\r\n/mg; s/([^\r])\n$/\1\r\n/mg; s{\@LOCALSTATEDIR\@/(lib|log)/tor/}{C:\\Documents and Settings\\Application Data\\Tor\\}' $1 >$2
|
||||
}
|
||||
|
||||
for fn in CLIENTS tor-spec.txt HACKING rend-spec.txt control-spec.txt \
|
||||
for fn in tor-spec.txt HACKING rend-spec.txt control-spec.txt \
|
||||
tor-doc.html tor-doc.css version-spec.txt; do
|
||||
clean_newlines doc/$fn win_tmp/doc/$fn
|
||||
done
|
||||
|
@ -119,7 +119,6 @@ SectionEnd
|
||||
|
||||
Section "Documents" Docs
|
||||
SetOutPath "$INSTDIR\Documents"
|
||||
File "..\doc\CLIENTS"
|
||||
File "..\doc\tor-spec.txt"
|
||||
#File "..\doc\FAQ"
|
||||
File "..\doc\HACKING"
|
||||
|
Loading…
Reference in New Issue
Block a user