tRewrite HTML links in documentation for LICENCE and example-cfg to Licence.txt and example-cfg.txt in Win32 install. - 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 26c127c6c3d79484080bfa87a1d718c93b075299
 (DIR) parent d82c8d7b77651eb9b1138e147b051f944b119d59
 (HTM) Author: Ben Webb <ben@salilab.org>
       Date:   Mon,  8 Jul 2002 12:51:26 +0000
       
       Rewrite HTML links in documentation for LICENCE and example-cfg to
       Licence.txt and example-cfg.txt in Win32 install.
       
       
       Diffstat:
         M win32/Makefile                      |       4 +++-
         M win32/filelist                      |       4 ++--
       
       2 files changed, 5 insertions(+), 3 deletions(-)
       ---
 (DIR) diff --git a/win32/Makefile b/win32/Makefile
       t@@ -29,8 +29,10 @@ guifunc.o: guifunc.c guifunc.h
        
        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
                ./makeinstall
       -        /bin/rm -f index.html
       +        /bin/rm -f index.html configfile.html developer.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@@ -16,9 +16,9 @@ uninstall.exe
        ../doc/aiplayer.html -> aiplayer.html
        ../doc/clientplay.html -> clientplay.html
        ../doc/commandline.html -> commandline.html
       -../doc/configfile.html -> configfile.html
       +configfile.html
        ../doc/credits.html -> credits.html
       -../doc/developer.html -> developer.html
       +developer.html
        ../doc/i18n.html -> i18n.html
        index.html
        ../doc/installation.html -> installation.html