tAutomatically rewrite link from index.html to LICENCE to the Windows-friendly licence.txt. - 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 bca3c35fc1209c8bfe8040d00dfd39640386f8da
 (DIR) parent 5ac0e5bae9251db1dcfe111679c222ce2ff44631
 (HTM) 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:
         M win32/Makefile                      |       2 ++
         M win32/filelist                      |       2 +-
       
       2 files changed, 3 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/win32/Makefile b/win32/Makefile
       t@@ -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
 (DIR) diff --git a/win32/filelist b/win32/filelist
       t@@ -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