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
-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
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):