aboutsummaryrefslogtreecommitdiffstats
path: root/po/Makefile
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2003-02-21 18:22:49 +0000
committerPablo Saratxaga <pablo@mandriva.com>2003-02-21 18:22:49 +0000
commitdf58d642489ce401478025f989a7a869cc51f1fd (patch)
tree096fb7a985957c359c6c59de3d1c07d5d30ebdf9 /po/Makefile
parentb41ae4078450620bb01baaaf99232c081353f4b8 (diff)
downloadrpmdrake-df58d642489ce401478025f989a7a869cc51f1fd.tar
rpmdrake-df58d642489ce401478025f989a7a869cc51f1fd.tar.gz
rpmdrake-df58d642489ce401478025f989a7a869cc51f1fd.tar.bz2
rpmdrake-df58d642489ce401478025f989a7a869cc51f1fd.tar.xz
rpmdrake-df58d642489ce401478025f989a7a869cc51f1fd.zip
po files must use same charset as in DrakX
deleting of temp files when pot file is made
Diffstat (limited to 'po/Makefile')
-rw-r--r--po/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/po/Makefile b/po/Makefile
index 51229ab5..4ed83d07 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -33,6 +33,7 @@ $(PGOAL).pot: $(PL_FILES)
INTLTOOL_EXTRACT=./intltool-extract ./intltool-update --gettext-package desktopstuff --pot
perl_checker -q --generate-pot rpmdrake_tmp.pot $(PL_FILES)
msgcat rpmdrake_tmp.pot desktopstuff.pot > $@
+ rm -f desktopstuff.pot rpmdrake_tmp.pot
install:
for l in $(LANGS); do \