From 3dbdc566695bb4a00bc2ad264d1473e03d2ee64d 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