From cf9dd6c9fe0b363076114afe7db7045bdf3f0050 Mon Sep 17 00:00:00 2001 From: aarne Date: Sat, 3 Dec 2011 12:08:19 +0000 Subject: make thaidroid: a Phrasebook with Thai pronunciation --- examples/phrasebook/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'examples/phrasebook/Makefile') diff --git a/examples/phrasebook/Makefile b/examples/phrasebook/Makefile index e1a71c044..2d363bb9d 100644 --- a/examples/phrasebook/Makefile +++ b/examples/phrasebook/Makefile @@ -2,6 +2,16 @@ compile = runghc Compile all: demo missing +thaidroid: + cp -p Phrasebook.pgf FullPhrasebook.pgf + $(compile) -opt Eng Swe Tha Thp DisambPhrasebookEng + $(compile) -link Eng Fin Swe Tha Thp DisambPhrasebookEng + mv Phrasebook.pgf Thaidroid.pgf + mv FullPhrasebook.pgf Phrasebook.pgf + +thaiscript: + runghc ../../lib/src/thai/ThaiScript.hs + demo: compdemo fin linkdemo compdemo: -- cgit v1.2.3