summaryrefslogtreecommitdiff
path: root/wizards/AllLangResTarget_wzi.mk
blob: ebb3e4b1c7ebcdf0b93e14bddeb6c0410b03711b (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
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
# This file incorporates work covered by the following license notice:
#
#   Licensed to the Apache Software Foundation (ASF) under one or more
#   contributor license agreements. See the NOTICE file distributed
#   with this work for additional information regarding copyright
#   ownership. The ASF licenses this file to you under the Apache
#   License, Version 2.0 (the "License"); you may not use this file
#   except in compliance with the License. You may obtain a copy of
#   the License at http://www.apache.org/licenses/LICENSE-2.0 .
#

$(eval $(call gb_AllLangResTarget_AllLangResTarget,wzi))

$(eval $(call gb_AllLangResTarget_set_reslocation,wzi,wizards))

$(eval $(call gb_AllLangResTarget_add_srs,wzi,\
	wzi/res \
))

$(eval $(call gb_SrsTarget_SrsTarget,wzi/res))

$(eval $(call gb_SrsTarget_add_nonlocalizable_files,wzi/res,\
	wizards/source/imagelists/imagelists.src \
))

# vim: set noet sw=4 ts=4:
ed384781eea'>normalize variable names in gbuild user makefilesMichael Stahl 2012-05-09fdo#46509: xsltml .xsl files missing from wiki-publisher.oxtStephan Bergmann 2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen 2012-04-26Bump extension versions after changing to passive registrationStephan Bergmann 2012-04-08gbuild: "use" vs. "add":Michael Stahl 2012-03-16Introduced SystemShellExecuteFlags::URIS_ONLYStephan Bergmann 2012-02-09Added and improved READMEs for modules in extensions, extras, postprocessJosh Heidenreich 2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud 2012-01-16Try without xmlhelp on non-desktop OSesTor Lillqvist 2012-01-05build and pack MediaWiki extension's help localizationsAndras Timar 2012-01-04pack UI localizations with MediaWiki extensionAndras Timar 2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen 2011-12-04Fix misplaced doublequoteLior Kaplan 2011-12-03Add link to tools - options dialogLior Kaplan 2011-11-29move reconfigure into gbuildBjoern Michaelsen 2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen 2011-11-24remove legacy mediawiki active registration hookMichael Meeks 2011-11-24switch mediawiki extension to passive registrationMichael Meeks