diff --git a/bin/jgf b/bin/jgf index c4825ff58..042b10f31 100644 --- a/bin/jgf +++ b/bin/jgf @@ -1,7 +1,7 @@ #! /bin/sh # change the value of GFHOME to the directory where you have the gf binary -GFHOME=/home/aarne/GF +GFHOME=../ JGUILIB=$GFHOME/src/JavaGUI GF=$GFHOME/bin/gf diff --git a/grammars/health/ExtraEng.gf b/grammars/health/ExtraEng.gf index b0057c7c1..302609705 100644 --- a/grammars/health/ExtraEng.gf +++ b/grammars/health/ExtraEng.gf @@ -1,5 +1,5 @@ -- use this path to read the grammar from the same directory ---# -path=.:../abstract:../../prelude:../english +--# -path=.:../../lib/resource-0.6/abstract:../../lib/prelude:../../lib/resource-0.6/english --1 Functions that are not in the API, but common in Russian -- diff --git a/grammars/health/ExtraFre.gf b/grammars/health/ExtraFre.gf index 0d0bbfaad..88e5794f6 100644 --- a/grammars/health/ExtraFre.gf +++ b/grammars/health/ExtraFre.gf @@ -1,7 +1,7 @@ -- use this path to read the grammar from the same directory ---# -path=.:../abstract:../../prelude:../french:../romance +--# -path=.:../../lib/resource-0.6/abstract:../../lib/prelude:../../lib/resource-0.6/french:../../lib/resource-0.6/romance ---1 Functions that are not in the API, but common in Russian +--1 Functions that are not in the API, but common in French -- -- Aarne Ranta, Janna Khegai 2003 diff --git a/grammars/health/ExtraIta.gf b/grammars/health/ExtraIta.gf index 11bbeba29..541c772dc 100644 --- a/grammars/health/ExtraIta.gf +++ b/grammars/health/ExtraIta.gf @@ -1,4 +1,7 @@ ---1 Functions that are not in the API, but common in Russian +-- use this path to read the grammar from the same directory +--# -path=.:../../lib/resource-0.6/abstract:../../lib/prelude:../../lib/resource-0.6/italian:../../lib/resource-0.6/romance + +--1 Functions that are not in the API, but common in Italian -- -- Aarne Ranta, Janna Khegai 2003 diff --git a/grammars/health/ExtraRus.gf b/grammars/health/ExtraRus.gf index 6bccb1b4a..0db3c7616 100644 --- a/grammars/health/ExtraRus.gf +++ b/grammars/health/ExtraRus.gf @@ -1,5 +1,5 @@ -- use this path to read the grammar from the same directory ---# -path=.:../abstract:../../prelude:../russian +--# -path=.:../../lib/resource-0.6/abstract:../../lib/prelude:../../lib/resource-0.6/russian --1 Functions that are not in the API, but common in Russian -- diff --git a/grammars/health/ExtraSwe.gf b/grammars/health/ExtraSwe.gf index 0f6f4e4fb..91a3ca2ed 100644 --- a/grammars/health/ExtraSwe.gf +++ b/grammars/health/ExtraSwe.gf @@ -1,7 +1,7 @@ -- use this path to read the grammar from the same directory ---# -path=.:../abstract:../../prelude:../swedish +--# -path=.:../../lib/resource-0.6/abstract:../../lib/prelude:../../lib/resource-0.6/swedish ---1 Functions that are not in the API, but common in Russian +--1 Functions that are not in the API, but common in Swedish -- -- Aarne Ranta, Janna Khegai 2003 diff --git a/grammars/health/HealthEng.gf b/grammars/health/HealthEng.gf index 0ee489f18..2acca0c6b 100644 --- a/grammars/health/HealthEng.gf +++ b/grammars/health/HealthEng.gf @@ -1,5 +1,5 @@ -- use this path to read the grammar from the same directory ---# -path=.:../newresource/abstract:../prelude:../newresource/english +--# -path=.:../../lib/resource-0.6/abstract:../prelude:../../lib/resource-0.6/english concrete HealthEng of Health = open PredicationEng, ResourceEng, ResourceExtEng, Prelude, Predef, SyntaxEng, ExtraEng, ParadigmsEng in { flags diff --git a/grammars/health/HealthFre.gf b/grammars/health/HealthFre.gf index 93e83cfdf..cb83a973b 100644 --- a/grammars/health/HealthFre.gf +++ b/grammars/health/HealthFre.gf @@ -1,7 +1,7 @@ -- UTF-8 version currently differs from non-UTF-8 !!! -- use this path to read the grammar from the same directory ---# -path=.:../newresource/abstract:../prelude:../newresource/french:../newresource/romance +--# -path=.:../../lib/resource-0.6/abstract:../../lib/prelude:../../lib/resource-0.6/french:../../lib/resource-0.6/romance concrete HealthFre of Health = open PredicationFre, ParadigmsFre, ResourceFre, Prelude, SyntaxFre, MorphoFre, ExtraFre, ParadigmsFre, ResourceExtFre in { diff --git a/grammars/health/HealthResourceIta.gf b/grammars/health/HealthResourceIta.gf index b125aac4d..fd750659f 100644 --- a/grammars/health/HealthResourceIta.gf +++ b/grammars/health/HealthResourceIta.gf @@ -1,5 +1,5 @@ -- use this path to read the grammar from the same directory ---# -path=.:../newresource/abstract:../prelude:../newresource/italian:../newresource/romance +--# -path=.:../../lib/resource-0.6/abstract:../../lib/prelude:../../lib/resource-0.6/italian:../../lib/resource-0.6/romance concrete HealthIta of Health = open ResourceIta, Prelude, SyntaxIta, ExtraIta, MorphoIta, ParadigmsIta, ResourceExtIta, PredicationIta in { diff --git a/grammars/health/HealthRus.gf b/grammars/health/HealthRus.gf index e4291dc2a..5947e0ba1 100644 --- a/grammars/health/HealthRus.gf +++ b/grammars/health/HealthRus.gf @@ -1,5 +1,5 @@ -- use this path to read the grammar from the same directory ---# -path=.:../newresource/abstract:../prelude:../newresource/russian +--# -path=.:../../lib/resource-0.6/abstract:../../lib/prelude:../../lib/resource-0.6/russian concrete HealthRus of Health = open PredicationRus, ResourceRus, SyntaxRus, ExtraRus, ResourceExtRus, ParadigmsRus in { diff --git a/grammars/health/HealthSwe.gf b/grammars/health/HealthSwe.gf index b5dcd2e43..0c3a369ef 100644 --- a/grammars/health/HealthSwe.gf +++ b/grammars/health/HealthSwe.gf @@ -8,7 +8,7 @@ -- use this path to read the grammar from the same directory ---# -path=.:../newresource/abstract:../prelude:../newresource/swedish +--# -path=.:../../lib/resource-0.6/abstract:../../lib/prelude:../../lib/resource-0.6/swedish concrete HealthSwe of Health = open PredicationSwe, ResourceSwe, Prelude, SyntaxSwe, ExtraSwe, ParadigmsSwe, ResourceExtSwe in { flags diff --git a/lib/resource/Makefile b/lib/resource/Makefile index 13d8a394a..01bce8269 100644 --- a/lib/resource/Makefile +++ b/lib/resource/Makefile @@ -1,4 +1,5 @@ all: - gf +RTS -K10M