1
0
forked from GitHub/gf-core

Copy OALD files after building parse grammar.

This commit is contained in:
bjorn
2008-12-01 21:40:33 +00:00
parent b8893fc0b5
commit 52a138d4f3

View File

@@ -109,7 +109,7 @@ make xx = do
gf (demos "Demo" ls) $ unwords ["demo/Demo" ++ la ++ ".gf" | (_,la) <- ls]
ifxx "parse" $ do
mapM_ (gfc pres [] . parse) (optl langsParse)
copy "parse/*.gfo" dir
copy "parse/*.gfo parse/oald/*.gfo" dir
ifxx "clean" $ do
system "rm -f */*.gfo ../alltenses/*.gfo ../present/*.gfo"
ifxx "clone" $ do