generate filelist of pot files

Change-Id: I105e36536ac06f6fdbe6457afa9c19ff32524841
This commit is contained in:
Andras Timar
2012-12-01 07:51:02 +01:00
parent e1891b8f9c
commit 965f3562a2

View File

@@ -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: