From 242670a6cbdf32069b9876b50aadb67e468017ee Mon Sep 17 00:00:00 2001 From: aarne Date: Wed, 7 Apr 2010 21:05:29 +0000 Subject: cloned the rest of resource languages in Phrasebook --- examples/phrasebook/Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'examples/phrasebook/Makefile') 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 -- cgit v1.2.3