blob: 030b42fbef154d8a9b581364f5db406ce6514286 (
plain)
1
2
3
4
5
6
7
8
9
10
|
all: pgf missing
pgf:
gf -make PhrasebookEng.gf PhrasebookFin.gf PhrasebookFre.gf PhrasebookIta.gf PhrasebookRon.gf PhrasebookSwe.gf DisambPhrasebookEng.gf DisambPhrasebookRon.gf
missing:
echo "pg -missing | wf -file=missing.txt" | gf Phrasebook.pgf
doc:
txt2tags -thtml phrasebook.txt
|