diff options
| author | aarne <aarne@chalmers.se> | 2010-03-29 21:19:50 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2010-03-29 21:19:50 +0000 |
| commit | 4bae49c6341fc831f474f1fffc0f763892ef696d (patch) | |
| tree | 08729b66303d67ae2546e3f096a24ffde4d7ba85 /examples/phrasebook/Makefile | |
| parent | bec718d49deb4000bbf99adbef66b27e93d08f1b (diff) | |
information on missing words; fix in PhraseDut
Diffstat (limited to 'examples/phrasebook/Makefile')
| -rw-r--r-- | examples/phrasebook/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/examples/phrasebook/Makefile b/examples/phrasebook/Makefile index 1a28326ba..43547d860 100644 --- a/examples/phrasebook/Makefile +++ b/examples/phrasebook/Makefile @@ -1,5 +1,10 @@ -all: +all: pgf missing + +pgf: gf -make PhrasebookEng.gf PhrasebookFin.gf PhrasebookFre.gf PhrasebookIta.gf PhrasebookRon.gf PhrasebookSwe.gf +missing: + echo "pg -missing | wf -file=missing.txt" | gf Phrasebook.pgf + doc: txt2tags -thtml phrasebook.txt |
