forked from GitHub/gf-rgl
Remove pgf build command
This commit is contained in:
20
Make.hs
20
Make.hs
@@ -191,16 +191,16 @@ rglCommands =
|
|||||||
, RGLCommand "api" False $ gfcp [t,sc]
|
, RGLCommand "api" False $ gfcp [t,sc]
|
||||||
, RGLCommand "compat" False $ gfcp [c]
|
, RGLCommand "compat" False $ gfcp [c]
|
||||||
|
|
||||||
, RGLCommand "pgf" False $ \modes args bi ->
|
-- , RGLCommand "pgf" False $ \modes args bi ->
|
||||||
parallel_ [
|
-- parallel_ [
|
||||||
do let dir = getRGLBuildDir bi mode
|
-- do let dir = getRGLBuildDir bi mode
|
||||||
createDirectoryIfMissing True dir
|
-- createDirectoryIfMissing True dir
|
||||||
sequence_ [run_gfc bi ["-s","-make","-name=Lang"++la,
|
-- sequence_ [run_gfc bi ["-s","-make","-name=Lang"++la,
|
||||||
dir ++ "/Lang" ++ la ++ ".gfo"]
|
-- dir ++ "/Lang" ++ la ++ ".gfo"]
|
||||||
| l <- optl langsPGF args, let la = langCode l]
|
-- | l <- optl langsPGF args, let la = langCode l]
|
||||||
run_gfc bi (["-s","-make","-name=Lang"]++
|
-- run_gfc bi (["-s","-make","-name=Lang"]++
|
||||||
["Lang" ++ langCode l ++ ".pgf"|l <- optl langsPGF args])
|
-- ["Lang" ++ langCode l ++ ".pgf"|l <- optl langsPGF args])
|
||||||
| mode <- modes]
|
-- | mode <- modes]
|
||||||
|
|
||||||
, RGLCommand "parse" False $ \modes args bi ->
|
, RGLCommand "parse" False $ \modes args bi ->
|
||||||
gfc bi modes (summary parse) (map parse (optl langsParse args))
|
gfc bi modes (summary parse) (map parse (optl langsParse args))
|
||||||
|
|||||||
Reference in New Issue
Block a user