From ef8ec4d5bdcca7f0fc5e8d426ef26c16547ff885 Mon Sep 17 00:00:00 2001 From: hallgren Date: Thu, 20 Oct 2011 13:58:46 +0000 Subject: [PATCH] phrasebook/Makefile: use 'gf -run' to make missing.txt --- examples/phrasebook/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/phrasebook/Makefile b/examples/phrasebook/Makefile index 5ddf0a5fc..239ac995d 100644 --- a/examples/phrasebook/Makefile +++ b/examples/phrasebook/Makefile @@ -21,7 +21,7 @@ koe: $(compile) Eng Fre DisambPhrasebookEng missing: - echo "pg -missing | wf -file=missing.txt" | gf Phrasebook.pgf + echo "pg -missing | wf -file=missing.txt" | gf -run Phrasebook.pgf doc: cat Sentences.gf Words.gf >Ontology.gf