aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CustomTarget_translate.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/CustomTarget_translate.mk b/CustomTarget_translate.mk
index 0bb96ddc990..bb26eb1caad 100644
--- a/CustomTarget_translate.mk
+++ b/CustomTarget_translate.mk
@@ -58,7 +58,6 @@ $(translations_DIR)/merge.done : \
$(WORKDIR)/CustomTarget/translations/localization_present.mk && \
touch $@)
-# TODO: remove the realpaths when we have git submodules
$(translations_DIR)/sdf-l10n/%.sdf : \
$(translations_DIR)/sdf-template/en-US.sdf \
$(OUTDIR_FOR_BUILD)/bin/po2lo \
@@ -71,7 +70,7 @@ $(translations_DIR)/sdf-l10n/%.sdf : \
define translations_make_po_deps
$(translations_DIR)/sdf-l10n/$(1).sdf : \
- $$(shell find $(realpath $(SRCDIR)/translations/source/$(1)) -name "*\.po")
+ $$(shell find $(SRCDIR)/translations/source/$(1) -name "*\.po")
endef
e/table_panel LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/idlc
AgeCommit message (Expand)Author
2018-04-06fflush() followed by fclose() is redundantTakeshi Abe
2018-03-23loplugin:useuniqueptr in AstStructNoel Grandin
2018-03-18Use for-range loops in hwpfilter, i18n*, idl* and ioJulien Nabet
2018-03-05Make LibreOffice buildable on Haiku.Kacper Kasper
2018-02-01idlc: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski
2018-01-19loplugin:unusedmethods also check for functions returning boolNoel Grandin
2018-01-19SAL_W32 is just an alias for _WIN32Stephan Bergmann
2018-01-17fix use of std::unique_ptr in IdlcNoel Grandin
2018-01-17loplugin:unnecessaryparen extend to delete statementsNoel Grandin
2018-01-13loplugin:useuniqueptr in idlcNoel Grandin
2018-01-12More loplugin:cstylecast: idlcStephan Bergmann
2018-01-11Manual loplugin:cstylecast fixes in idlc/source/parser.yStephan Bergmann
2018-01-11loplugin:useuniqueptr cppu,idlc,io,ucbhelperNoel Grandin
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-12-04new loplugin salcall: remove unnecessary SAL_CALLNoel Grandin
2017-11-27loplugin:unnecessaryparen: Warn about parentheses around literalsStephan Bergmann
2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin