diff options
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/attempto/AttemptoFre.gf | 2 | ||||
| -rw-r--r-- | examples/attempto/TestAttemptoEng.gf | 2 | ||||
| -rw-r--r-- | examples/attempto/TestAttemptoFre.gf | 2 | ||||
| -rw-r--r-- | examples/attempto/TestAttemptoSwe.gf | 2 | ||||
| -rw-r--r-- | examples/bronzeage/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/examples/attempto/AttemptoFre.gf b/examples/attempto/AttemptoFre.gf index 22ec92df6..9bd7099a3 100644 --- a/examples/attempto/AttemptoFre.gf +++ b/examples/attempto/AttemptoFre.gf @@ -1,4 +1,4 @@ ---# -path=.:/Users/aarne/GF/next-lib/present +--# -path=.:present concrete AttemptoFre of Attempto = SymbolsC ** AttemptoI with (Syntax = SyntaxFre), diff --git a/examples/attempto/TestAttemptoEng.gf b/examples/attempto/TestAttemptoEng.gf index 9da59ff12..a01acfafe 100644 --- a/examples/attempto/TestAttemptoEng.gf +++ b/examples/attempto/TestAttemptoEng.gf @@ -1,4 +1,4 @@ ---# -path=.:/Users/aarne/GF/next-lib/present +--# -path=.:present concrete TestAttemptoEng of TestAttempto = AttemptoEng ** open SyntaxEng, ParadigmsEng, IrregEng, (C = ConstructX) in { diff --git a/examples/attempto/TestAttemptoFre.gf b/examples/attempto/TestAttemptoFre.gf index 3c2f0fcdd..6d133ddba 100644 --- a/examples/attempto/TestAttemptoFre.gf +++ b/examples/attempto/TestAttemptoFre.gf @@ -1,4 +1,4 @@ ---# -path=.:/Users/aarne/GF/next-lib/present +--# -path=.:present concrete TestAttemptoFre of TestAttempto = AttemptoFre ** open SyntaxFre, ParadigmsFre, IrregFre, (C = ConstructX) in { diff --git a/examples/attempto/TestAttemptoSwe.gf b/examples/attempto/TestAttemptoSwe.gf index c6e7698e6..cda44bf51 100644 --- a/examples/attempto/TestAttemptoSwe.gf +++ b/examples/attempto/TestAttemptoSwe.gf @@ -1,4 +1,4 @@ ---# -path=.:/Users/aarne/GF/next-lib/present +--# -path=.:present concrete TestAttemptoSwe of TestAttempto = AttemptoSwe ** open SyntaxSwe, ParadigmsSwe, IrregSwe, (C = ConstructX) in { diff --git a/examples/bronzeage/Makefile b/examples/bronzeage/Makefile index b0efea29f..2c6d60e9d 100644 --- a/examples/bronzeage/Makefile +++ b/examples/bronzeage/Makefile @@ -1,4 +1,4 @@ -# notice: GF_LIB_PATH has to point to GF/next-lib +# notice: GF_LIB_PATH has to point to GF/lib all: magnet |
