aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CustomTarget_translate.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/CustomTarget_translate.mk b/CustomTarget_translate.mk
index bcdcda84c0a..562b6b35798 100644
--- a/CustomTarget_translate.mk
+++ b/CustomTarget_translate.mk
@@ -38,6 +38,7 @@ $(translations_DIR)/pot.done : $(foreach exec,cfgex helpex localize transex3 \
$(call gb_Output_announce,$(subst .pot,,$(subst $(WORKDIR)/,,$@)),$(true),POT,1)
$(call gb_Helper_abbreviate_dirs, \
mkdir -p $(dir $@) && $(call gb_Helper_execute,localize) $(SRCDIR) $(dir $@)/pot) \
+ && find $(dir $@)/pot -type f -printf "%P\n" | sed -e "s/\.pot/.po/" > $(dir $@)/LIST \
&& touch $@
# vim: set noet sw=4 ts=4: