From 0b4aad88f6924672f45f3f3405ad4854700e85ab Mon Sep 17 00:00:00 2001 From: hallgren Date: Wed, 22 Dec 2010 21:18:47 +0000 Subject: Setup.hs: build both alltenses and present by default Now you can specify more than one mode when building and installing the RGL. For example to build all modes, run runhaskell Setup.hs build alltenses present minimal The default is to build alltenses and present, which means that a single command, cabal install is enough to obtain a normal installation of GF. Without this change, additional build and install commands would be required before you can compile example grammars, like Foods and Phrasebook. The build-binary-dist.sh script has been simplified accordingly. --- build-binary-dist.sh | 5 ----- 1 file changed, 5 deletions(-) (limited to 'build-binary-dist.sh') diff --git a/build-binary-dist.sh b/build-binary-dist.sh index d44eb7d24..64494eb03 100644 --- a/build-binary-dist.sh +++ b/build-binary-dist.sh @@ -18,11 +18,6 @@ runhaskell Setup.hs configure --user --prefix /usr/local runhaskell Setup.hs build $langs runhaskell Setup.hs copy --destdir=$destdir $langs -## These steps can be skipped when Setup.hs has been updated to build both -## alltenses and present by default -runhaskell Setup.hs build $langs present -runhaskell Setup.hs copy --destdir=$destdir $langs present - ( cd src/server -- cgit v1.2.3