From e89fdae2fa1626348d8025824a7469252fa85e42 Mon Sep 17 00:00:00 2001 From: aarne Date: Mon, 22 Jun 2009 15:39:08 +0000 Subject: next-lib renamed to lib, lib to old-lib --- examples/attempto/AttemptoFre.gf | 2 +- examples/attempto/TestAttemptoEng.gf | 2 +- examples/attempto/TestAttemptoFre.gf | 2 +- examples/attempto/TestAttemptoSwe.gf | 2 +- examples/bronzeage/Makefile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'examples') 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 -- cgit v1.2.3