tAuto-convert installed text files from Unix to Win32 format. - vaccinewars - be a doctor and try to vaccinate the world
(HTM) git clone git://src.adamsgaard.dk/vaccinewars
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit e5061e4ee18954ede84d5f0607746f5904ae1323
(DIR) parent 26c127c6c3d79484080bfa87a1d718c93b075299
(HTM) Author: Ben Webb <ben@salilab.org>
Date: Mon, 8 Jul 2002 12:52:04 +0000
Auto-convert installed text files from Unix to Win32 format.
Diffstat:
M win32/Makefile | 6 +++++-
M win32/filelist | 6 +++---
2 files changed, 8 insertions(+), 4 deletions(-)
---
(DIR) diff --git a/win32/Makefile b/win32/Makefile
t@@ -31,8 +31,12 @@ manifest installfiles.gz: filelist makeinstall uninstall
sed -e 's/LICENCE/licence.txt/' < ../doc/index.html > index.html
sed -e 's/LICENCE/licence.txt/' < ../doc/developer.html > developer.html
sed -e 's/example-cfg/example-cfg.txt/' < ../doc/configfile.html > configfile.html
+ awk '{print $$0."\r"}' < ../LICENCE > licence.txt
+ awk '{print $$0."\r"}' < ../README > readme.txt
+ awk '{print $$0."\r"}' < ../doc/example-cfg > example-cfg.txt
./makeinstall
- /bin/rm -f index.html configfile.html developer.html
+ /bin/rm -f index.html configfile.html developer.html licence.txt
+ /bin/rm -f example-cfg.txt readme.txt
setup.res: setup.rc dialogs.rc contid.h manifest installfiles.gz
windres -O coff -o setup.res setup.rc
(DIR) diff --git a/win32/filelist b/win32/filelist
t@@ -11,7 +11,7 @@ Server for the drug-dealing game "dopewars"
dopewars.exe -N
[install]
-../../auxdope/licence.txt -> licence.txt
+licence.txt
uninstall.exe
../doc/aiplayer.html -> aiplayer.html
../doc/clientplay.html -> clientplay.html
t@@ -29,9 +29,9 @@ index.html
../doc/windows.html -> windows.html
../../auxdope/dopewars-config.txt -> dopewars-config.txt
../src/dopewars.exe -> dopewars.exe
-../../auxdope/example-cfg.txt -> example-cfg.txt
+example-cfg.txt
../../auxdope/glib-1.3.dll -> glib-1.3.dll
-../../auxdope/readme.txt -> readme.txt
+readme.txt
../po/pt_BR.gmo -> locale\pt_BR\LC_MESSAGES\dopewars.mo
../po/fr.gmo -> locale\fr\LC_MESSAGES\dopewars.mo
../po/de.gmo -> locale\de\LC_MESSAGES\dopewars.mo