From 2fc5c7f579352218a28bc8dbe3c48bfcbbc415e4 Mon Sep 17 00:00:00 2001 From: bjorn Date: Thu, 2 Oct 2008 13:42:24 +0000 Subject: [PATCH] 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 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