diff --git a/lib/src/bulgarian/LangBul.gf b/lib/src/bulgarian/LangBul.gf index e6f9cd292..2ddb86329 100644 --- a/lib/src/bulgarian/LangBul.gf +++ b/lib/src/bulgarian/LangBul.gf @@ -3,8 +3,8 @@ concrete LangBul of Lang = GrammarBul, LexiconBul, - ConstructionBul, - DocumentationBul + ConstructionBul + ,DocumentationBul --# notpresent ** { flags startcat = Phr ; diff --git a/lib/src/chinese/LangChi.gf b/lib/src/chinese/LangChi.gf index 698eb3c2c..fb9e6aca3 100644 --- a/lib/src/chinese/LangChi.gf +++ b/lib/src/chinese/LangChi.gf @@ -5,7 +5,7 @@ concrete LangChi of Lang = GrammarChi, LexiconChi ,ConstructionChi - ,DocumentationChi + ,DocumentationChi --# notpresent ** { flags startcat = Phr ; unlexer = concat ; lexer = text ; diff --git a/lib/src/dutch/LangDut.gf b/lib/src/dutch/LangDut.gf index b9aa73227..d777b5667 100644 --- a/lib/src/dutch/LangDut.gf +++ b/lib/src/dutch/LangDut.gf @@ -3,6 +3,6 @@ concrete LangDut of Lang = GrammarDut, LexiconDut - ,DocumentationDut + ,DocumentationDut --# notpresent ,ConstructionDut ; diff --git a/lib/src/english/LangEng.gf b/lib/src/english/LangEng.gf index 0d2b663c1..c5c8f2779 100644 --- a/lib/src/english/LangEng.gf +++ b/lib/src/english/LangEng.gf @@ -1,10 +1,10 @@ ---# -path=.:../abstract:../common:../api +--# -path=.:../abstract:../common:../api:../prelude concrete LangEng of Lang = GrammarEng, LexiconEng ,ConstructionEng - ,DocumentationEng + ,DocumentationEng --# notpresent ,MarkupEng - [stringMark] ** { diff --git a/lib/src/estonian/LangEst.gf b/lib/src/estonian/LangEst.gf index 63b226eaf..4db3eb21c 100644 --- a/lib/src/estonian/LangEst.gf +++ b/lib/src/estonian/LangEst.gf @@ -4,7 +4,7 @@ concrete LangEst of Lang = GrammarEst - [Slash2V3,SlashV2A,Slash3V3,SlashV2VNP,SlashVV], ---- to speed up compilation LexiconEst ,ConstructionEst - ,DocumentationEst + ,DocumentationEst --# notpresent ** { flags startcat = Phr ; unlexer = text ; lexer = finnish ; diff --git a/lib/src/french/LangFre.gf b/lib/src/french/LangFre.gf index 18c854574..970462405 100644 --- a/lib/src/french/LangFre.gf +++ b/lib/src/french/LangFre.gf @@ -3,7 +3,7 @@ concrete LangFre of Lang = GrammarFre, LexiconFre - ,DocumentationFre + ,DocumentationFre --# notpresent ,ConstructionFre ** { diff --git a/lib/src/german/LangGer.gf b/lib/src/german/LangGer.gf index 95f37a200..642e3e10b 100644 --- a/lib/src/german/LangGer.gf +++ b/lib/src/german/LangGer.gf @@ -4,7 +4,7 @@ concrete LangGer of Lang = GrammarGer, LexiconGer ,ConstructionGer - ,DocumentationGer + ,DocumentationGer --# notpresent ** { flags startcat = Phr ; unlexer = text ; lexer = text ; diff --git a/lib/src/hindi/LangHin.gf b/lib/src/hindi/LangHin.gf index e50b159fd..f6847c627 100644 --- a/lib/src/hindi/LangHin.gf +++ b/lib/src/hindi/LangHin.gf @@ -3,7 +3,7 @@ concrete LangHin of Lang = GrammarHin, LexiconHin - ,DocumentationHin + ,DocumentationHin --# notpresent ,ConstructionHin ** { diff --git a/lib/src/italian/LangIta.gf b/lib/src/italian/LangIta.gf index 256dff3fb..f9bf89708 100644 --- a/lib/src/italian/LangIta.gf +++ b/lib/src/italian/LangIta.gf @@ -3,7 +3,7 @@ concrete LangIta of Lang = GrammarIta, LexiconIta - ,DocumentationIta + ,DocumentationIta --# notpresent ,ConstructionIta ** { diff --git a/lib/src/spanish/LangSpa.gf b/lib/src/spanish/LangSpa.gf index c7c248e0d..c8621bfa8 100644 --- a/lib/src/spanish/LangSpa.gf +++ b/lib/src/spanish/LangSpa.gf @@ -3,7 +3,7 @@ concrete LangSpa of Lang = GrammarSpa, LexiconSpa - ,DocumentationSpa + ,DocumentationSpa --# notpresent ,ConstructionSpa ** { diff --git a/lib/src/swedish/LangSwe.gf b/lib/src/swedish/LangSwe.gf index 756ee08a9..dbe5ec77c 100644 --- a/lib/src/swedish/LangSwe.gf +++ b/lib/src/swedish/LangSwe.gf @@ -4,7 +4,7 @@ concrete LangSwe of Lang = GrammarSwe, LexiconSwe ,ConstructionSwe - ,DocumentationSwe + ,DocumentationSwe --# notpresent ,MarkupSwe - [stringMark] ** {