tuxpaint-pencil-sharpener/fonts/locale/zh_tw_docs/do_it.sh
William Kendrick c13d102f46 Regenerated Traditional Chinese font using latest TP and TPS po files.
Created a simple shell script with the command for this, to make it easy for me.
2008-06-21 17:07:14 +00:00

16 lines
419 B
Bash
Executable file

#!/bin/sh
# Quick script to just do it for me -bjk 2008.06.21
chmod 755 maketuxfont.py
chmod 755 tuxpaintsubset.pe
./maketuxfont.py \
-l zh_tw \
-p ../../../src/po/zh_tw.po \
-p ../../../../tuxpaint-stamps/po/tuxpaint-stamps-zh_tw.po \
../../../../tuxpaint-ttf-chinese-traditional-2004.06.05/zh_tw.ttf
ls -l zh_tw.ttf
ls -l ../zh_tw.ttf
echo
echo "If it looks ok, replace the old one and commit it back to CVS!"