mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 21:19:31 -06:00
15 lines
338 B
Makefile
15 lines
338 B
Makefile
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 -ogf-dialogue.html README.txt
|