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:
delete-undo-rework'>feature/sw-delete-undo-rework LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/io/test
AgeCommit message (Expand)Author
2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet
2019-07-27Fix typosAndrea Gelmini
2018-07-23Fix typosAndrea Gelmini
2018-07-08tdf#84323 - sal - add sane sleep interface: cleanup osl_waitThreadKevin Dubrulle