aboutsummaryrefslogtreecommitdiff
path: root/CustomTarget_translate.mk
blob: bcdcda84c0a0d30e4109092054730524a554b188 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# -*- 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_CustomTarget_CustomTarget,translations/translate))

translations_DIR := $(call gb_CustomTarget_get_workdir,translations/translate)

$(call gb_CustomTarget_get_target,translations/translate) : \
	$(translations_DIR)/pot.done

$(translations_DIR)/pot.done : $(foreach exec,cfgex helpex localize transex3 \
                                         propex uiex ulfex xrmex treex, \
			$(call gb_Executable_get_target_for_build,$(exec)))
	$(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) \
		&& touch $@

# vim: set noet sw=4 ts=4:
le_rotated_text LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/crashrep
AgeCommit message (Expand)Author
2014-12-09fdo#39440 reduce scope of local variablesMichael Weghorn
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-03crashrep: get rid of tmpnam()Norbert Thiebaud
2014-08-17remove executable bitsThomas Arnhold
2014-07-15crashrep: loplugin:unreffunMichael Stahl
2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold
2014-02-25Remove visual noise from crashrepAlexander Wilms
2013-12-13Targetted text updates, with seasonable changes before l10n freeze.Michael Meeks
2013-11-20Windows: Require at least Windows XP SP2Thomas Arnhold
2013-11-07remove INPATH and PROEXTMichael Stahl
2013-11-04remove redundant calls to OUString constructorNoel Grandin
2013-10-29gbuild: stop using stuff in OUTDIR/unittest/installMichael Stahl
2013-10-03fix thinkoDavid Tardon
2013-08-18Use subfolder names from <config_folders.h>Tor Lillqvist
2013-07-16gbuild: consolidate ULF copypaste in gb_CustomTarget_ulfex_ruleMichael Stahl
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-27Remove unused macro "PMAP_CMD"Julien Nabet
2013-03-25Remove unneeded project and projectroot parametersZolnai Tamás
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks
2013-03-09fdo#43460: use isEmpty()Thomas Arnhold
2013-03-02remove minor.mkMatúš Kukan
2013-02-28remove all d.lstMichael Stahl
2013-02-28bin PATCH_SO_NAME crackAndras Timar
2013-02-13fix translation of crash reporterDavid Tardon
2013-02-13let's split this for easier cherry-pickingDavid Tardon
2013-02-13fdo#60386 fix l10n of windows shell extensionDavid Tardon
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl
2013-01-26crashrep: fix conditionals: it used to be built in non-pro tooMichael Stahl
2013-01-22convert crashrep to gbuild and add to tail_buildPeter Foley
2013-01-07fix misleading comment.Michael Meeks
2012-12-27Some cppcheck cleaningJulien Nabet
2012-11-28We only support MSVC 2008 (_MSC_VER 1500) or laterTor Lillqvist
2012-10-01translations is a source-only moduleAndras Timar
2012-10-01use "LibreOffice" as the default value of ProductKey for crashrepTakeshi Abe
2012-08-11Remove unused local varsJulien Nabet
2012-07-02Remove unused definesThomas Arnhold
2012-07-01Remove unused definesThomas Arnhold
2012-06-22cleanup malingering vendor name in disabled codeMichael Meeks
2012-06-21re-base on ALv2 code.Michael Meeks
2012-06-14re-base on ALv2 code.Michael Meeks
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen
2012-04-21make comment reflect realityCaolán McNamara
2012-04-21WaE: crashrep warnings fixedDavid Ostrovsky
2012-03-23.txt files don't need executable bitsMichael Stahl
2012-03-23replace OpenOffice.org to LibreOffice in registry keysAndras Timar
2012-03-21chmod -xTor Lillqvist