summaryrefslogtreecommitdiff
path: root/examples/phrasebook/Makefile
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2010-04-10 08:18:03 +0000
committeraarne <aarne@chalmers.se>2010-04-10 08:18:03 +0000
commit50a2e2ea93e7280ae6063a1cbf0e8cb29fa78a09 (patch)
tree201d3812073143a0aa30684f9fcb0fe2a30940b5 /examples/phrasebook/Makefile
parentd505fa5b6737b6b78fb65161cea3c2ac175494ab (diff)
regenerated clones with complete abstract and ready-maked Lexicon-based words in Phrasebook
Diffstat (limited to 'examples/phrasebook/Makefile')
-rw-r--r--examples/phrasebook/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/examples/phrasebook/Makefile b/examples/phrasebook/Makefile
index 8254c5f40..ee9d1e132 100644
--- a/examples/phrasebook/Makefile
+++ b/examples/phrasebook/Makefile
@@ -11,11 +11,16 @@ koe:
gf -make PhrasebookEng.gf PhrasebookFre.gf DisambPhrasebookEng.gf
missing:
- echo "pg -missing | wf -file=missing.txt" | gf Phrasebook???.gf
+ echo "pg -missing | wf -file=missing.txt" | gf Phrasebook.pgf
+#PhrasebookBul.gf PhrasebookCat.gf PhrasebookDan.gf PhrasebookDut.gf PhrasebookNor.gf PhrasebookPol.gf PhrasebookRus.gf PhrasebookSpa.gf
+
doc:
cat Sentences.gf Words.gf >Ontology.gf
gfdoc Ontology.gf
- txt2tags -thtml phrasebook.txt
rm -f Ontology.gf
+ cat SentencesI.gf WordsEng.gf >Implementation.gf
+ gfdoc Implementation.gf
+ txt2tags -thtml phrasebook.txt
+ rm -f Ontology.gf Implementation.gf