diff options
| author | hallgren <hallgren@chalmers.se> | 2010-12-22 21:18:47 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2010-12-22 21:18:47 +0000 |
| commit | 0b4aad88f6924672f45f3f3405ad4854700e85ab (patch) | |
| tree | b7837a81cf56c0168f772252eaf1e82580e329a7 /build-binary-dist.sh | |
| parent | 4abd042759a361cf0d92b94d04d320fa03e6da08 (diff) | |
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.
Diffstat (limited to 'build-binary-dist.sh')
| -rw-r--r-- | build-binary-dist.sh | 5 |
1 files changed, 0 insertions, 5 deletions
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 |
