Stop trying to distribute CLIENTS on windows too

svn:r4569
This commit is contained in:
Nick Mathewson 2005-07-14 23:32:01 +00:00
parent 82bb985fc2
commit b6f08090f4
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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"