diff --git a/download/gf-download.html b/download/gf-download.html index a71c088a7..869416480 100644 --- a/download/gf-download.html +++ b/download/gf-download.html @@ -8,23 +8,23 @@

-GF 2.0 +GF 2.1

-August 10, 2004 +November 8, 2004

Linux

-GF-2.0-2.i586.rpm: +GF-2.1-2.i586.rpm: RPM package for RedHat and Mandrake
To install, use rpm -i

-GF-2.0-i686-pc-linux-gnu.tgz: +GF-2.1-i686-pc-linux-gnu.tgz: generic Intel binaries
To install, untar with tar xvfz, then read src/INSTALL @@ -35,7 +35,7 @@ To install, untar with tar xvfz, then read src/INSTALL

Macintosh

GF-2.0-powerpc-apple-macosx.tgz: +href="GF-2.1-powerpc-apple-macosx.tgz">GF-2.1-powerpc-apple-macosx.tgz: package with binaries
To install, untar with tar xvfz, then read src/INSTALL. @@ -44,7 +44,7 @@ To install, untar with tar xvfz, then read src/INSTALL. If you don't have GHC installed, you also need to download HaskellSupport.framework.tgz +href="../download-2.0/HaskellSupport.framework.tgz">HaskellSupport.framework.tgz and unpack it in either /Library/Frameworks or ~/Library/Frameworks. @@ -56,9 +56,10 @@ href="http://www.haskell.org/hawiki/HaskellSupportFramework">Haskell Wiki.

Microsoft Windows

- +Forthcoming; compile from source +or see GF 2.0: gf.exe: +href="../download-2.0/gf.exe">gf.exe: package with binaries and example grammars, self-extracting installation package.
@@ -67,7 +68,11 @@ To install, execute gf.exe.

Solaris

-Binary coming soon; until then compile from source. +GF-2.1-i686-pc-linux-gnu.tgz: +Solaris binaries +
+To install, untar with gtar xvfz, then read src/INSTALL. + @@ -75,11 +80,11 @@ Binary coming soon; until then compile from source.

Source package

-GF-2.0.tgz: +GF-2.1.tgz: source and grammar package
-Unpack with tar xvfz GF-2.0.tgz, and -follow instructions in GF-2.0/src/INSTALL +Unpack with tar xvfz GF-2.1.tgz, and +follow instructions in GF-2.1/src/INSTALL

diff --git a/src/Makefile b/src/Makefile index cb7593c55..74f179716 100644 --- a/src/Makefile +++ b/src/Makefile @@ -140,7 +140,7 @@ binary-dist: rm -rf $(BIN_DIST_DIR) mkdir $(BIN_DIST_DIR) ./configure --host="$(host)" CPPFLAGS="`lib__readline -I` `lib__ncurses -I`" LDFLAGS="`lib__readline -l` `lib__ncurses -l`" - make unix gfdoc jar + $(MAKE) unix gfdoc jar $(INSTALL) ../bin/gf util/gfdoc $(BIN_DIST_DIR) $(INSTALL) -m 0644 java/gf-java.jar $(BIN_DIST_DIR) $(INSTALL) configure config.guess config.sub install-sh $(BIN_DIST_DIR) diff --git a/src/ReleaseProcedure b/src/ReleaseProcedure index ec7b1e6fc..856932614 100644 --- a/src/ReleaseProcedure +++ b/src/ReleaseProcedure @@ -75,7 +75,7 @@ buildarchtranslate: i686: i586 on a Solaris box, e.g. remote1.cs.chalmers.se): $ cd src - $ ./configure --host=sparc-sun-solaris2 && make binary-dist + $ ./configure --host=sparc-sun-solaris2 && gmake binary-dist 13. Build a Mac OS X package (should be done on a Mac OS X box, e.g. csmisc99.cs.chalmers.se):