diff options
| author | aarne <aarne@chalmers.se> | 2010-04-07 21:05:29 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2010-04-07 21:05:29 +0000 |
| commit | 242670a6cbdf32069b9876b50aadb67e468017ee (patch) | |
| tree | 7fee84151560492e1253ad19c9858c81434e3106 /examples/phrasebook/Makefile | |
| parent | 8171bb0ea2dffe9e0a99e06815bf46182671137d (diff) | |
cloned the rest of resource languages in Phrasebook
Diffstat (limited to 'examples/phrasebook/Makefile')
| -rw-r--r-- | examples/phrasebook/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/examples/phrasebook/Makefile b/examples/phrasebook/Makefile index 530a09a01..12ec74128 100644 --- a/examples/phrasebook/Makefile +++ b/examples/phrasebook/Makefile @@ -1,14 +1,17 @@ -all: pgf missing +all: demo missing -pgf: +demo: gf -make PhrasebookEng.gf PhrasebookFin.gf PhrasebookFre.gf PhrasebookIta.gf PhrasebookRon.gf PhrasebookSwe.gf DisambPhrasebookEng.gf #DisambPhrasebookRon.gf +pgf: + gf -make Phrasebook???.gf DisambPhrasebookEng.gf + koe: gf -make PhrasebookEng.gf PhrasebookFre.gf DisambPhrasebookEng.gf missing: - echo "pg -missing | wf -file=missing.txt" | gf Phrasebook.pgf + echo "pg -missing | wf -file=missing.txt" | gf Phrasebook???.gf doc: txt2tags -thtml phrasebook.txt |
