commit bca3c35fc1209c8bfe8040d00dfd39640386f8da
parent 5ac0e5bae9251db1dcfe111679c222ce2ff44631
Author: Ben Webb <ben@salilab.org>
Date: Mon, 29 Apr 2002 11:50:43 +0000
Automatically rewrite link from index.html to LICENCE to the Windows-friendly
licence.txt.
Diffstat:
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/win32/Makefile b/win32/Makefile
@@ -28,7 +28,9 @@ guifunc.o: guifunc.c guifunc.h
gcc -Wall -mno-cygwin -c guifunc.c
manifest installfiles.gz: filelist makeinstall uninstall
+ sed -e 's/LICENCE/licence.txt/' < ../doc/index.html > index.html
./makeinstall
+ /bin/rm -f index.html
setup.res: setup.rc dialogs.rc contid.h manifest installfiles.gz
windres -O coff -o setup.res setup.rc
diff --git a/win32/filelist b/win32/filelist
@@ -20,7 +20,7 @@ uninstall.exe
../doc/credits.html -> credits.html
../doc/developer.html -> developer.html
../doc/i18n.html -> i18n.html
-../doc/index.html -> index.html
+index.html
../doc/installation.html -> installation.html
../doc/metaserver.html -> metaserver.html
../doc/protocol.html -> protocol.html