aboutsummaryrefslogtreecommitdiff
path: root/source/om/sc
AgeCommit message (Expand)Author
2017-01-10update translationsChristian Lohmaier
2016-12-10update translations for 5.3.0 beta2Christian Lohmaier
2016-11-23update translations for 5.3.0 beta1libreoffice-5-3-branch-pointChristian Lohmaier
2016-07-07update translations for 5.2.0 rc2Christian Lohmaier
2016-05-25update translations for 5.2.0 beta1Christian Lohmaier
2016-04-21update translations for 5.2.0 alpha1Christian Lohmaier
2015-12-15update translations for 5.1.0 rc1Christian Lohmaier
2015-11-25Update translations for master and force-fix errors using pochecklibreoffice-5-1-branch-pointRobinson Tryon
2015-09-03update translations for masterChristian Lohmaier
2015-08-12update translationsChristian Lohmaier
2015-05-19update translations for 5.0.0 beta1libreoffice-5-0-branch-pointChristian Lohmaier
2015-04-19update translations for 5.0.0 Alpha1Christian Lohmaier
2014-11-20update translations for 4.4.0 beta1Christian Lohmaier
2014-10-17update translations for 4.4.0.0alpha1Christian Lohmaier
2014-05-21update translations for 4.3.0 beta1libreoffice-4-3-branch-pointChristian Lohmaier
2014-04-20update translations for 4.3.0 alpha1Christian Lohmaier
2013-12-09update translations for 4.2.0 Beta2Christian Lohmaier
2013-11-21sync with po-templates for 4.2libreoffice-4-2-branch-pointChristian Lohmaier
2013-06-05update translations for LibreOffice 4.1 beta2Andras Timar
2013-05-27Compendium Conflicts should be fuzzyAndras Timar
2013-05-25initial import of 4.1 translationsAndras Timar
2013-05-07update translations for LibreOffice 4.0.3 rc1Andras Timar
2013-01-28update translations for LibreOffice 4.0 rc2Andras Timar
2013-01-06 update translations for LibreOffice 4.0 rc1Andras Timar
2012-12-16update translations for LibreOffice 4.0 beta2Andras Timar
2012-12-03update translations for LibreOffice 4.0 beta1Andras Timar
2012-11-20initial import of LibreOffice 4.0 translationsAndras Timar
2012-10-16move translations structure one directory upNorbert Thiebaud
div class='del'>-sdf-template/en-US.sdf: \
- $(foreach file,cfgex helpex localize propex transex3 ulfex xrmex, \
- $(OUTDIR_FOR_BUILD)/bin/$(file))
+$(TRTR)/sdf-template/en-US.sdf : $(OUTDIR_FOR_BUILD)/bin/propex \
+ $(foreach exec,cfgex helpex localize transex3 ulfex xrmex, \
+ $(call gb_Executable_get_target_for_build,$(exec)))
+ $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),LOC,1)
$(call gb_Helper_abbreviate_dirs_native, \
mkdir -p $(dir $@) && $(call gb_Helper_execute,localize) $(SRCDIR) $@)
-.DEFAULT_GOAL := all
# vim: set noet sw=4 ts=4:
diff --git a/translations/Module_translations.mk b/translations/Module_translations.mk
index 1436c9fab2b..df8c8398de2 100644
--- a/translations/Module_translations.mk
+++ b/translations/Module_translations.mk
@@ -30,7 +30,7 @@ $(eval $(call gb_Module_Module,translations))
ifneq (,$(filter-out en-US,$(WITH_LANG)))
$(eval $(call gb_Module_add_targets,translations,\
- Package_translate \
+ CustomTarget_translate \
))
endif
diff --git a/translations/Package_translate.mk b/translations/Package_translate.mk
deleted file mode 100644
index 0804f52be50..00000000000
--- a/translations/Package_translate.mk
+++ /dev/null
@@ -1,36 +0,0 @@
-# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
-#
-# Version: MPL 1.1 / GPLv3+ / LGPLv3+
-#
-# The contents of this file are subject to the Mozilla Public License Version
-# 1.1 (the "License"); you may not use this file except in compliance with
-# the License or as specified alternatively below. You may obtain a copy of
-# the License at http://www.mozilla.org/MPL/
-#
-# Software distributed under the License is distributed on an "AS IS" basis,
-# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
-# for the specific language governing rights and limitations under the
-# License.
-#
-# Major Contributor(s):
-# Copyright (C) 2012 Matúš Kukan <matus.kukan@gmail.com> (initial developer)
-#
-# All Rights Reserved.
-#
-# For minor contributions see the git repository.
-#
-# Alternatively, the contents of this file may be used under the terms of
-# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
-# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
-# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
-# instead of those above.
-
-$(eval $(call gb_Package_Package,translations_translations,$(WORKDIR)/CustomTarget/translations))
-
-$(eval $(call gb_Package_add_customtarget,translations_translations,translations/translate))
-
-$(eval $(call gb_CustomTarget_add_outdir_dependencies,translations/translate,\
- $(gb_Helper_PHONY) \
-))
-
-# vim: set noet sw=4 ts=4: