diff options
author | Bruno Haible <bruno@clisp.org> | 2001-12-11 11:37:25 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-21 23:39:43 +0200 |
commit | 4bd88cb1c4e87dc873ea1263b87d1925af7511e1 (patch) | |
tree | b61234eecd848b8fbf8d211d5ad89bd06630b86a /po/Makefile.in.in | |
parent | 32446db9526f25419b5444861618ff269a4ca0cc (diff) | |
download | external_gettext-4bd88cb1c4e87dc873ea1263b87d1925af7511e1.zip external_gettext-4bd88cb1c4e87dc873ea1263b87d1925af7511e1.tar.gz external_gettext-4bd88cb1c4e87dc873ea1263b87d1925af7511e1.tar.bz2 |
Rename msgexec to msgfilter.
New program msgexec.
Diffstat (limited to 'po/Makefile.in.in')
-rw-r--r-- | po/Makefile.in.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 39305fd..7eeb6d5 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -36,7 +36,7 @@ MSGMERGE = msgmerge MSGMERGE_UPDATE = @MSGMERGE@ --update MSGINIT = msginit MSGCONV = msgconv -MSGEXEC = msgexec +MSGFILTER = msgfilter POFILES = @POFILES@ GMOFILES = @GMOFILES@ |