diff options
| author | aarne <aarne@chalmers.se> | 2011-12-03 12:08:19 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2011-12-03 12:08:19 +0000 |
| commit | cf9dd6c9fe0b363076114afe7db7045bdf3f0050 (patch) | |
| tree | e792909a6d85d91ab838bc0a1ab6695e57531460 /examples/phrasebook/Makefile | |
| parent | c52f05ed46c4f5ea97be2678f828e1fbd11693c2 (diff) | |
make thaidroid: a Phrasebook with Thai pronunciation
Diffstat (limited to 'examples/phrasebook/Makefile')
| -rw-r--r-- | examples/phrasebook/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
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: |
