From 29d04d8a90e1db9c8cc040ae5d83bdf7c84359cc Mon Sep 17 00:00:00 2001 From: aarne Date: Tue, 16 May 2006 20:44:33 +0000 Subject: extended dialogue example --- examples/dialogue/Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 examples/dialogue/Makefile (limited to 'examples/dialogue/Makefile') diff --git a/examples/dialogue/Makefile b/examples/dialogue/Makefile new file mode 100644 index 000000000..99d8d0895 --- /dev/null +++ b/examples/dialogue/Makefile @@ -0,0 +1,14 @@ +lights: + echo "s ;; pm | wf lights.gfcm" | gf Lights*.gf + +agenda: + echo "s ;; pm | wf agenda.gfcm" | gf Agenda*.gf + +engcorpus: + echo "gt -depth=4 | pt -transform=typecheck | l -all" | gf LightsEng.gf + +swecorpus: + echo "gt -depth=4 | pt -transform=typecheck | l -all" | gf LightsSwe.gf + +doc: + txt2tags -thtml README.txt -- cgit v1.2.3