diff options
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 > $@ |