diff --git a/src/INSTALL b/src/INSTALL index 5f6e5c38f..b1c5d0abc 100644 --- a/src/INSTALL +++ b/src/INSTALL @@ -1,9 +1,9 @@ To make and install GF2 (Version 2-beta, 2/4/2004). 1. Unpack GF2 and go to the source directory (the place where this - INSTALL file is!) + INSTALL file is - so you have probably done this already!) - tar tgz gf2-beta.tgz + tar xvfz gf2-beta.tgz cd GF2/src 2. Make sure you have GHC (Glasgow Haskell Compiler), version 5.02 or later. diff --git a/src/Makefile b/src/Makefile index 16754f517..83216117d 100644 --- a/src/Makefile +++ b/src/Makefile @@ -23,7 +23,7 @@ gft: nofud: $(GHMAKE) $(GHCFLAGS) $(GHCINCLUDENOFUD) --make GF.hs -o gf2 ; strip gf2 ; mv gf2 ../bin/ justwindows: - $(GHMAKE) $(GHCFLAGS) $(WINDOWSINCLUDE) --make GF.hs -o gf2 ; strip gf2.exe ; mv gf2.exe ../bin/ + $(GHMAKE) $(GHCFLAGS) $(WINDOWSINCLUDE) --make GF.hs -o gf2.exe ; strip gf2.exe ; mv gf2.exe ../bin/ nofud-links: cd for-ghc-nofud ; rm -f *.hs ; ln -s ../for-ghc/Arch.hs ; ln -s ../for-hugs/ArchEdit.hs ; cd .. batch: