mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-21 09:02:50 -06:00
More cleanup in Setup and WebSetup
This commit is contained in:
4
Setup.hs
4
Setup.hs
@@ -36,12 +36,10 @@ main = defaultMainWithHooks simpleUserHooks{ preBuild = gfPreBuild
|
||||
|
||||
gfPostInst args flags pkg lbi =
|
||||
do installRGL args flags (pkg,lbi)
|
||||
let gf = default_gf lbi
|
||||
installWeb (pkg,lbi)
|
||||
|
||||
gfPostCopy args flags pkg lbi =
|
||||
do let gf = default_gf lbi
|
||||
copyRGL args flags (pkg,lbi)
|
||||
do copyRGL args flags (pkg,lbi)
|
||||
copyWeb flags (pkg,lbi)
|
||||
|
||||
--------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user