summaryrefslogtreecommitdiffstats
path: root/po/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'po/Makefile')
-rw-r--r--po/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile
index 0845f3d..79b3f2b 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -21,7 +21,7 @@ merge:
mv -f "$$n"t "$$n"; \
done
-$(NAME).pot:
+$(NAME).pot: $(PL_FILES)
intltool-update --gettext-package desktopstuff --pot
perl_checker -q --generate-pot $(NAME)_tmp.pot $(PL_FILES)
[ ! -e $(NAME)_tmp.pot ] || msgcat --use-first $(NAME)_tmp.pot desktopstuff.pot > $@