summaryrefslogtreecommitdiff
path: root/examples/phrasebook/Makefile
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2011-12-05 09:36:26 +0000
committeraarne <aarne@chalmers.se>2011-12-05 09:36:26 +0000
commit8f05c404c588b98161bee798e8390f53e3aa37e4 (patch)
tree3360e9bf66beaacd8f564a5e00cd5ce24c7fc515 /examples/phrasebook/Makefile
parent2a0c611486ec46d63a7109e51a5ad0a1b5dd2184 (diff)
adjustments in Thai pronunciation
Diffstat (limited to 'examples/phrasebook/Makefile')
-rw-r--r--examples/phrasebook/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/phrasebook/Makefile b/examples/phrasebook/Makefile
index 2d363bb9d..2322a2832 100644
--- a/examples/phrasebook/Makefile
+++ b/examples/phrasebook/Makefile
@@ -2,10 +2,10 @@ compile = runghc Compile
all: demo missing
-thaidroid:
+thaidroid: #thaiscript
cp -p Phrasebook.pgf FullPhrasebook.pgf
- $(compile) -opt Eng Swe Tha Thp DisambPhrasebookEng
- $(compile) -link Eng Fin Swe Tha Thp DisambPhrasebookEng
+ $(compile) -opt Eng Swe Tha PhrasebookThaP DisambPhrasebookEng
+ $(compile) -link Eng Fin Swe Tha PhrasebookThaP DisambPhrasebookEng
mv Phrasebook.pgf Thaidroid.pgf
mv FullPhrasebook.pgf Phrasebook.pgf