summaryrefslogtreecommitdiff
path: root/examples/phrasebook/Makefile
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2010-04-08 20:31:32 +0000
committeraarne <aarne@chalmers.se>2010-04-08 20:31:32 +0000
commit0138e6bba1d593fcdf5417dc8596c63757585796 (patch)
tree29a1c34b00b4c770ec653e310fd147883afbe798 /examples/phrasebook/Makefile
parente98d1238f4615a14faae6f435527e19d0b8c96f4 (diff)
German phrasebook; ontology document; ignoring single lines in gfdoc
Diffstat (limited to 'examples/phrasebook/Makefile')
-rw-r--r--examples/phrasebook/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/examples/phrasebook/Makefile b/examples/phrasebook/Makefile
index 12ec74128..8254c5f40 100644
--- a/examples/phrasebook/Makefile
+++ b/examples/phrasebook/Makefile
@@ -1,7 +1,7 @@
all: demo missing
demo:
- gf -make PhrasebookEng.gf PhrasebookFin.gf PhrasebookFre.gf PhrasebookIta.gf PhrasebookRon.gf PhrasebookSwe.gf DisambPhrasebookEng.gf
+ gf -make PhrasebookEng.gf PhrasebookFin.gf PhrasebookFre.gf PhrasebookGer.gf PhrasebookIta.gf PhrasebookRon.gf PhrasebookSwe.gf DisambPhrasebookEng.gf
#DisambPhrasebookRon.gf
pgf:
@@ -14,4 +14,8 @@ missing:
echo "pg -missing | wf -file=missing.txt" | gf Phrasebook???.gf
doc:
+ cat Sentences.gf Words.gf >Ontology.gf
+ gfdoc Ontology.gf
txt2tags -thtml phrasebook.txt
+ rm -f Ontology.gf
+