diff options
| author | aarne <aarne@cs.chalmers.se> | 2006-05-16 20:44:33 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2006-05-16 20:44:33 +0000 |
| commit | 29d04d8a90e1db9c8cc040ae5d83bdf7c84359cc (patch) | |
| tree | c0a7487808f3256a06425c79d5684a4285a6a6be /examples/dialogue/Makefile | |
| parent | 5082ebd0f4a0c4ba04aab54d05290e6141e44129 (diff) | |
extended dialogue example
Diffstat (limited to 'examples/dialogue/Makefile')
| -rw-r--r-- | examples/dialogue/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
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 |
