diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-06-27 12:44:56 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-06-27 12:44:56 +0000 |
commit | 58d15a09e3be7b796c977a98e0e9d7acc822705b (patch) | |
tree | 2b7c6c3f4f235bfe7d037540167cb0637b994d7c /po/Makefile | |
parent | 5f51b031615efd340426ff73c01ca30a011ab164 (diff) | |
download | rpmdrake-58d15a09e3be7b796c977a98e0e9d7acc822705b.tar rpmdrake-58d15a09e3be7b796c977a98e0e9d7acc822705b.tar.gz rpmdrake-58d15a09e3be7b796c977a98e0e9d7acc822705b.tar.bz2 rpmdrake-58d15a09e3be7b796c977a98e0e9d7acc822705b.tar.xz rpmdrake-58d15a09e3be7b796c977a98e0e9d7acc822705b.zip |
fix some missing translations for compssUsers ("Mandrake Choices")
Diffstat (limited to 'po/Makefile')
-rw-r--r-- | po/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/po/Makefile b/po/Makefile index b8c3d974..1076b152 100644 --- a/po/Makefile +++ b/po/Makefile @@ -20,7 +20,8 @@ all: $(MOFILES) %.mo: %.po if [ -z "`echo $(IGNOREPOMS) | grep $<`" ]; then cat $< "$<"m >> "$<"f; else cp $< "$<"f; fi - msgfmt -o $@ "$<"f + ./clean_po.pl "$<"f > "$<"g + msgfmt -o $@ "$<"g merge: $(PGOAL).pot @for n in $(POFILES); do \ @@ -46,5 +47,5 @@ install: done clean: - @rm -rf *.mo *.pof $(POFILES:%=%t) $(PL_CFILES) $(PGOAL).pot desktopstuff.pot rpmdrake_tmp.pot + @rm -rf *.mo *.pof *.pog $(POFILES:%=%t) $(PL_CFILES) $(PGOAL).pot desktopstuff.pot rpmdrake_tmp.pot |