within the installation, move readme.html to docs/readme.html

This commit is contained in:
jrandom
2004-09-02 01:22:33 +00:00
committed by zzz
parent 8aa07e6f12
commit b888f17672
3 changed files with 4 additions and 3 deletions

View File

@ -238,7 +238,8 @@
<fileset dir="installer/lib/wrapper/win32/" />
</copy>
<copy file="hosts.txt" todir="pkg-temp/" />
<copy file="readme.html" todir="pkg-temp/" />
<mkdir dir="pkg-temp/docs" />
<copy file="readme.html" todir="pkg-temp/docs/" />
</target>
<target name="tarball" depends="preppkg">
<tar compression="bzip2" destfile="i2p.tar.bz2">