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