diff options
| author | hallgren <hallgren@chalmers.se> | 2014-06-19 00:20:31 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2014-06-19 00:20:31 +0000 |
| commit | f3c8adcc59baa28f0ce8e494ed85fcc93d16d2dd (patch) | |
| tree | ea649aacdf0c4b2b1764a91c680248a0263d1a32 /WebSetup.hs | |
| parent | a21a782e4786298183b669c01bd937df7835c6c0 (diff) | |
WebSetup.hs: skip PhrasebookLav for now
Diffstat (limited to 'WebSetup.hs')
| -rw-r--r-- | WebSetup.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WebSetup.hs b/WebSetup.hs index a46b916ea..a583b0e66 100644 --- a/WebSetup.hs +++ b/WebSetup.hs @@ -27,14 +27,14 @@ example_grammars = -- :: [(pgf, subdir, src)] --phrasebookSrc = "Phrasebook???.gf" -- doesn't work on Win32 phrasebookSrc = ["Phrasebook"++lang++".gf"|lang<-phrasebookLangs] - phrasebookLangs = words "Bul Cat Dan Dut Eng Lav Hin Nor Spa Swe Tha" -- only fastish languages + phrasebookLangs = words $ "Bul Cat Dan Dut Eng "{-Lav -}++"Hin Nor Spa Swe Tha" -- only fastish languages --letterSrc = "Letter???.gf" letterSrc = ["Letter"++lang++".gf"|lang<-letterLangs] letterLangs = words "Eng Fin Fre Heb Rus Swe" buildWeb gf args flags pkg lbi = - do putStrLn "buildWeb" + do --putStrLn "buildWeb" mapM_ build_pgf example_grammars where gfo_dir = buildDir lbi </> "examples" |
