svn: r2180
This commit is contained in:
Don Allingham 2003-09-29 01:12:12 +00:00
parent a400b7b189
commit 28f06feb2f
2 changed files with 228 additions and 228 deletions

View File

@ -247,8 +247,8 @@ uninstall-local:
$(MSGFMT) -v temp.po -o $@
rm temp.po
zh_CN.mo: zh_CN.po
iconv -f GB2312 -t UTF-8 zh_CN.po > temp.po
zh_CN.mo: $(top_srcdir)/src/po/zh_CN.po
iconv --from-code=GB2312 --to-code=UTF-8 $< -o temp.po
$(MSGFMT) -v temp.po -o $@
rm temp.po
# Tell versions [3.59,3.63) of GNU make to not export all variables.

File diff suppressed because it is too large Load Diff