Files
gf-core/lib/src/dutch/LangDut.gf
hallgren ef9f16b63a Lang???.gf: exclude Documentation from present mode
The Documentation module is excluded from present mode in abstract/Lang.gf,
so it needs to be excluded in the corresponding concrete syntaxes too
to avoid problems.
2014-10-23 16:32:55 +00:00

9 lines
158 B
Plaintext

--# -path=.:../abstract:../common:../prelude
concrete LangDut of Lang =
GrammarDut,
LexiconDut
,DocumentationDut --# notpresent
,ConstructionDut
;