From a8185fd997ac7204daf39c4998a38dc6ecfd355e Mon Sep 17 00:00:00 2001 From: hallgren Date: Tue, 25 Oct 2011 18:25:49 +0000 Subject: Preparations for release of GF 3.3 + Changing version numbers and dates here and there. + Simplify build-binary-dist.sh since pgf-http need not be built anymore. + Use--gf-lib-path to make the sample grammars for minibar compile even if GF is not installed. --- build-binary-dist.sh | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'build-binary-dist.sh') diff --git a/build-binary-dist.sh b/build-binary-dist.sh index 2c014f57c..439d7e6dc 100644 --- a/build-binary-dist.sh +++ b/build-binary-dist.sh @@ -13,23 +13,10 @@ langs="" # which languages? set -e # Stop if an error occurs set -x # print commands before exuting them -cabal install # gf needs to be installed before building gf-server below - -runhaskell Setup.hs configure --user --prefix $prefix +runhaskell Setup.hs configure --user --prefix $prefix -fserver runhaskell Setup.hs build $langs runhaskell Setup.hs copy --destdir=$destdir $langs -( -cd src/server - -## If you don't already have the packages gf-server depends on, this is -## the easiest way to install them: -#cabal install - -runhaskell Setup.hs configure --user --prefix $prefix -runhaskell Setup.hs build -runhaskell Setup.hs copy --destdir=$destdir -) tar -C $destdir/$prefix -zcf $targz . echo "Created $targz, rename it to something more informative" rm -r $destdir -- cgit v1.2.3