1
0
forked from GitHub/gf-core

options for no-pmcfg compilation in lib/src/Make.hs (for library developers, rather than users); adding Thai to some demo and documentation

This commit is contained in:
aarne
2011-11-21 15:30:55 +00:00
parent 6bb1db51e7
commit b36a8fdc50
7 changed files with 51 additions and 31 deletions

View File

@@ -1,6 +1,12 @@
src = "Eng"
langs = ["Afr","Bul","Cat","Dan","Dut","Fin","Fre","Ger","Ita",
"Nep","Nor","Pes","Pol","Pnb","Ron","Rus","Spa","Swe","Urd"]
langs = [
"Afr", "Bul", "Cat","Dan","Dut",
"Fin","Fre","Ger","Ita", -- "Lav",
"Nep","Nor","Pes","Pol","Pnb",
--- "Ron",
"Rus","Spa","Swe","Tha",
"Urd"
]
file lng = "MiniGrammar" ++ lng ++ ".gf"