summaryrefslogtreecommitdiff
path: root/next-lib/src
diff options
context:
space:
mode:
authorbjorn <bjorn@bringert.net>2008-12-01 21:40:33 +0000
committerbjorn <bjorn@bringert.net>2008-12-01 21:40:33 +0000
commit52a138d4f32ff6c32e3f5d65c75ad73a1e1ce9e4 (patch)
treea8d9975a244ba8911c431190a28abb869fd5427a /next-lib/src
parentb8893fc0b59beb8bf52f65ed21f8838962f72c82 (diff)
Copy OALD files after building parse grammar.
Diffstat (limited to 'next-lib/src')
-rw-r--r--next-lib/src/Make.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/next-lib/src/Make.hs b/next-lib/src/Make.hs
index e885bd9c9..fd9449b41 100644
--- a/next-lib/src/Make.hs
+++ b/next-lib/src/Make.hs
@@ -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