summaryrefslogtreecommitdiff
path: root/Setup.hs
diff options
context:
space:
mode:
authorodanoburu <bcclaro@gmail.com>2018-03-29 20:17:39 -0300
committerodanoburu <bcclaro@gmail.com>2018-03-29 20:17:39 -0300
commitb4c64cb81b4192effa4dc7122917867f221c0f0b (patch)
tree69041e0159dc56344c5cd9347658d31d590a7564 /Setup.hs
parenta59c0ffeeec8072bb31ecccd93c1fddb8562731d (diff)
- add Por to complete languages (although it's not quite there yet)
- update headers - add Por modules to lib/src/api/
Diffstat (limited to 'Setup.hs')
-rw-r--r--Setup.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Setup.hs b/Setup.hs
index cf3679f3a..169047bcb 100644
--- a/Setup.hs
+++ b/Setup.hs
@@ -228,6 +228,7 @@ langsCoding = [
(("nynorsk", "Nno"),""),
(("persian", "Pes"),""),
(("polish", "Pol"),""),
+ (("portuguese", "Por"), ""),
(("punjabi", "Pnb"),""),
(("romanian", "Ron"),""),
(("russian", "Rus"),""),
@@ -271,7 +272,7 @@ langsPGF = langsLang `except` ["Ara","Hin","Ron","Tha"]
-- languages for which Compatibility exists (to be extended)
langsCompat = langsLang `only` ["Cat","Eng","Fin","Fre","Ita","Lav","Spa","Swe"]
-gfc bi modes summary files =
+gfc bi modes summary files =
parallel_ [gfcn bi mode summary files | mode<-modes]
gfcn bi mode summary files = do
let dir = getRGLBuildDir (lbi bi) mode