forked from GitHub/gf-core
11 lines
270 B
Makefile
11 lines
270 B
Makefile
all: pgf missing
|
|
|
|
pgf:
|
|
gf -make PhrasebookEng.gf PhrasebookFin.gf PhrasebookFre.gf PhrasebookIta.gf PhrasebookRon.gf PhrasebookSwe.gf DisambPhrasebookEng.gf
|
|
|
|
missing:
|
|
echo "pg -missing | wf -file=missing.txt" | gf Phrasebook.pgf
|
|
|
|
doc:
|
|
txt2tags -thtml phrasebook.txt
|