diff options
author | Funda Wang <fwang@mandriva.org> | 2007-10-01 07:51:55 +0000 |
---|---|---|
committer | Funda Wang <fwang@mandriva.org> | 2007-10-01 07:51:55 +0000 |
commit | 47cf05cfe6ce4e4122c533d16f0b6b83a3787ad2 (patch) | |
tree | 3062e730d106d4d6945c3cff3a40a0c450125b40 /perl-install/standalone/po/Makefile | |
parent | 051ccacd30007afbfa6fd2e3a623bd81d6120b8b (diff) | |
download | drakx-47cf05cfe6ce4e4122c533d16f0b6b83a3787ad2.tar drakx-47cf05cfe6ce4e4122c533d16f0b6b83a3787ad2.tar.gz drakx-47cf05cfe6ce4e4122c533d16f0b6b83a3787ad2.tar.bz2 drakx-47cf05cfe6ce4e4122c533d16f0b6b83a3787ad2.tar.xz drakx-47cf05cfe6ce4e4122c533d16f0b6b83a3787ad2.zip |
Updated POT file
Diffstat (limited to 'perl-install/standalone/po/Makefile')
-rw-r--r-- | perl-install/standalone/po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/po/Makefile b/perl-install/standalone/po/Makefile index d3ed76960..b7b070cc7 100644 --- a/perl-install/standalone/po/Makefile +++ b/perl-install/standalone/po/Makefile @@ -28,7 +28,7 @@ $(NAME).pot: $(PMSFILES_HERE) POTFILES.in intltool-update --gettext-package desktopstuff --pot cd .. ; perl_checker -q --generate-pot po/.$@ $(PMSFILES) xgettext $(MAIN_PO_FILES:%=-x %) -o ..$@ .$@ - msgcat --use-first ..$@ desktopstuff.pot > $@ + msgcat --use-first .$@ desktopstuff.pot > $@ rm -f desktopstuff.pot $(NAME)_tmp.pot .$@ ..$@ install: $(MOFILES) |