svn: r2086
This commit is contained in:
Don Allingham
2003-09-03 04:20:11 +00:00
parent b6788a7fb3
commit 3b3e0a29f6
18 changed files with 65 additions and 4 deletions

View File

@@ -76,6 +76,7 @@ HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
LANGUAGES = @LANGUAGES@
MOFILES = @MOFILES@
MSGCONV = @MSGCONV@
MSGFMT = @MSGFMT@
PACKAGE = @PACKAGE@
POFILES = @POFILES@
@@ -242,7 +243,9 @@ uninstall-local:
done
.po.mo:
$(MSGFMT) -v $< -o $@
@MSGCONV@ --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.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT: