1
0
forked from GitHub/gf-core

German Bronzeage ; two fixes in Italian

This commit is contained in:
aarne
2008-11-06 09:55:36 +00:00
parent beb43387fe
commit 9d31acc16e
5 changed files with 13 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
--# -path=.:present:prelude
--# -path=.:present
concrete BronzeageGer of Bronzeage = CatGer, SwadeshGer ** BronzeageI with
(Lang = LangGer) ** {
concrete BronzeageGer of Bronzeage = SwadeshGer ** BronzeageI with
(Syntax = SyntaxGer) ** open ResGer in {
flags language = de_DE;
}

View File

@@ -3,7 +3,9 @@
all: magnet
magnet:
# gfc --make -src --parser=off --name=fre BronzeageFre.gf +RTS -K100M
gfc --make -src --parser=off --name=fin BronzeageFin.gf
gfc --make -src --erasing=on --name=ger BronzeageGer.gf
gfc --make -src BronzeageEng.gf BronzeageSwe.gf BronzeageIta.gf
gfc --make --name=grammar fin.pgf Bronzeage.pgf
gfc --make --name=grammar fin.pgf ger.pgf Bronzeage.pgf

View File

@@ -1,5 +1,6 @@
--# -path=.:present:prelude
concrete SwadeshGer of Swadesh = CatGer ** SwadeshI with
(Lang = LangGer) ;
--# -path=.:present
concrete SwadeshGer of Swadesh = SwadeshI with
(L = LexiconGer),
(Lexicon = LexiconGer),
(Syntax = SyntaxGer) ;