From 9e501521b4f88ebd5c5fb95e24af06d5be6ffe3a Mon Sep 17 00:00:00 2001 From: bjorn Date: Thu, 2 Oct 2008 13:42:24 +0000 Subject: Added src/GF/Source/Makefile for regenerating the GF source parser from GF.cf. --- src/GF/Source/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/GF/Source/Makefile (limited to 'src') diff --git a/src/GF/Source/Makefile b/src/GF/Source/Makefile new file mode 100644 index 000000000..50463c796 --- /dev/null +++ b/src/GF/Source/Makefile @@ -0,0 +1,6 @@ +all: + cd ../.. && bnfc -p GF.Source -bytestrings -sharestrings GF/Source/GF.cf + rm ErrM.hs + perl -i -pe 's/GF.Source.ErrM/GF.Data.ErrM/' *.hs *.x *.y + happy -gca ParGF.y + alex -g LexGF.x -- cgit v1.2.3