diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2005-03-02 12:53:57 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2005-03-02 12:53:57 +0000 |
commit | 26b1fe2e5336434f464fa30dbf776ed9ea92850e (patch) | |
tree | eac71e21a4a51e1fffefd79c9527b301fcc7fff2 /po/Makefile | |
parent | ad7d6441d48795fcd846fbdb251ff7f58fda45a2 (diff) | |
download | control-center-26b1fe2e5336434f464fa30dbf776ed9ea92850e.tar control-center-26b1fe2e5336434f464fa30dbf776ed9ea92850e.tar.gz control-center-26b1fe2e5336434f464fa30dbf776ed9ea92850e.tar.bz2 control-center-26b1fe2e5336434f464fa30dbf776ed9ea92850e.tar.xz control-center-26b1fe2e5336434f464fa30dbf776ed9ea92850e.zip |
update
Diffstat (limited to 'po/Makefile')
-rw-r--r-- | po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile index a1ebe597..00d42d7d 100644 --- a/po/Makefile +++ b/po/Makefile @@ -36,7 +36,7 @@ clean: POTFILES.in: (cd .. ; /bin/ls data/*.desktop.in data/*.directory.in) > POTFILES.in -$(PGOAL).pot: $(PL_FILES) POTFILES.in +$(PGOAL2).pot: $(PL_FILES) POTFILES.in intltool-update --gettext-package desktopstuff --pot perl_checker -q --generate-pot $(PGOAL)_tmp.pot $(PL_FILES) msgcat --use-first $(PGOAL)_tmp.pot desktopstuff.pot > $@ |