mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 11:19:32 -06:00
Bug fixes for gf -server mode and setup
This commit is contained in:
8
Setup.hs
8
Setup.hs
@@ -28,12 +28,12 @@ main = defaultMainWithHooks simpleUserHooks{ preBuild =checkRGLArgs
|
||||
}
|
||||
where
|
||||
gfPostInst args flags pkg lbi =
|
||||
do installWeb args flags pkg lbi
|
||||
installRGL args flags pkg lbi
|
||||
do installRGL args flags pkg lbi
|
||||
installWeb args flags pkg lbi
|
||||
|
||||
gfPostCopy args flags pkg lbi =
|
||||
do copyWeb args flags pkg lbi
|
||||
copyRGL args flags pkg lbi
|
||||
do copyRGL args flags pkg lbi
|
||||
copyWeb args flags pkg lbi
|
||||
|
||||
--------------------------------------------------------
|
||||
-- Commands for building the Resource Grammar Library
|
||||
|
||||
Reference in New Issue
Block a user