added Pes to the list of langs in make Symbolic

This commit is contained in:
aarne
2012-03-06 07:20:31 +00:00
parent af21bdc48c
commit 2f5ce9de5a
2 changed files with 1 additions and 3 deletions

View File

@@ -80,7 +80,7 @@ langsIncomplete = ["Amh","Ara","Lat","Tur"]
langsAPI = langsLang `except` langsIncomplete
-- languages for which to compile Symbolic
langsSymbolic = langsLang `except` (langsIncomplete ++ ["Afr","Ina","Nep","Pes","Pnb","Rus", "Snd"])
langsSymbolic = langsLang `except` (langsIncomplete ++ ["Afr","Ina","Nep","Pnb","Rus", "Snd"])
-- languages for which to compile minimal Syntax
langsMinimal = langs `only` ["Ara","Eng","Bul","Rus"]