diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2003-03-05 20:06:42 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2003-03-05 20:06:42 +0000 |
commit | 4febdae56a9b891d9c0d8f0f5f1762948de5ac23 (patch) | |
tree | d3ed9a95dd274a392b9fb13bc97bafb69bd2e148 /grpmi/po/Makefile | |
parent | 8ec07b7ebfe7c41b0e1b7ef7fe2b55e9f0e3eefd (diff) | |
download | rpmdrake-4febdae56a9b891d9c0d8f0f5f1762948de5ac23.tar rpmdrake-4febdae56a9b891d9c0d8f0f5f1762948de5ac23.tar.gz rpmdrake-4febdae56a9b891d9c0d8f0f5f1762948de5ac23.tar.bz2 rpmdrake-4febdae56a9b891d9c0d8f0f5f1762948de5ac23.tar.xz rpmdrake-4febdae56a9b891d9c0d8f0f5f1762948de5ac23.zip |
Changed use of msgcat
Diffstat (limited to 'grpmi/po/Makefile')
-rw-r--r-- | grpmi/po/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/grpmi/po/Makefile b/grpmi/po/Makefile index 5acdf36a..1205ca55 100644 --- a/grpmi/po/Makefile +++ b/grpmi/po/Makefile @@ -31,7 +31,8 @@ $(PGOAL).pot: $(PL_FILES) $(CFILES) xgettext -F -n --add-comments='-PO' \ --keyword=_ --keyword=__ --keyword=N_ --keyword=N \ --language=C -o grpmi_tmp_c.pot $(CFILES) - msgcat grpmi_tmp_c.pot grpmi_tmp.pot > $@ + msgcat --use-first grpmi_tmp_c.pot grpmi_tmp.pot > $@ + rm -f grpmi_tmp_c.pot grpmi_tmp.pot install: for l in $(LANGS); do \ |