summaryrefslogtreecommitdiff
path: root/gf.cabal
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2011-10-12 17:03:54 +0000
committerhallgren <hallgren@chalmers.se>2011-10-12 17:03:54 +0000
commit44d1a5a9f71b03d9aceeccd760a63fcdc45f8bad (patch)
treed51076a708997d6f1af6ac0deefd535bbc25f804 /gf.cabal
parent0aba45560d2033c37c3d2e876e6f3ef89e1554d6 (diff)
Improvements of "gf -server" mode and related setup
"gf -server" mode now contains everything needed to run the minibar and the grammar editor (including example-based grammar writing). The Setup.hs script installs the required files where gf -server can find them. These files have been moved to a new directory: src/www. The separate server program pgf-http is now obsolete.
Diffstat (limited to 'gf.cabal')
-rw-r--r--gf.cabal13
1 files changed, 13 insertions, 0 deletions
diff --git a/gf.cabal b/gf.cabal
index 748066d31..105415964 100644
--- a/gf.cabal
+++ b/gf.cabal
@@ -12,10 +12,23 @@ homepage: http://www.grammaticalframework.org/
bug-reports: http://code.google.com/p/grammatical-framework/issues/list
tested-with: GHC==6.12.3, GHC==7.0.3
+data-dir: src
+data-files: www/index.html
+ www/gfse/*.html
+ www/gfse/*.css
+ www/gfse/*.js
+ www/gfse/P/*.png
+ www/gfse/P/*.jpg
+ www/minibar/*.html
+ www/minibar/*.css
+ www/minibar/*.js
+ www/minibar/*.png
+
source-repository head
type: darcs
location: http://www.grammaticalframework.org/
+
flag interrupt
Description: Enable Ctrl+Break in the shell
Default: True