summaryrefslogtreecommitdiff
path: root/scripting/Package_ScriptsPython.mk
blob: 7612b7ba58bd7ba23e952fd5f02a9d256a22091c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# -*- 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/.
#

$(eval $(call gb_Package_Package,scripting_ScriptsPython,$(SRCDIR)/scripting/examples))

$(eval $(call gb_Package_add_files_with_dir,scripting_ScriptsPython,$(LIBO_SHARE_FOLDER)/Scripts,\
	python/Capitalise.py \
	python/HelloWorld.py \
	python/NamedRanges.py \
	python/SetCellColor.py \
	python/pythonSamples/TableSample.py \
))

# vim: set noet sw=4 ts=4:
akeshi Abe 2011-11-29tkr41: #117828# office crash fixed . (null pointer) + add unit testmst 2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud 2011-11-27remove include of pch header from shellNorbert Thiebaud 2011-11-27remove PCH support in dmake-moduleNorbert Thiebaud 2011-11-27s/infomation/information/Korrawit Pruegsanusak 2011-11-26Bypass more stuff on non-desktop OSes and enforce "lib" prefix for AndroidTor Lillqvist 2011-11-24upstream open-url-support-iceanimals.diff from libreoffice/buildBjoern Michaelsen 2011-11-23remove various EraseLeadingAndTrailingCharsCaolán McNamara 2011-11-15fdo#42865: shell: no mapfileMichael Stahl 2011-10-24Undo basis/brand split: removed RPATH BRAND (same as OOO now).Stephan Bergmann 2011-10-07cppcheck reduce scope of var in shell/...gconfaccess.cxxPierre-André Jacquod 2011-10-06Undo basis/brand split: move some auxiliary executables from basis to brand.Stephan Bergmann 2011-10-05Removed dead code.Stephan Bergmann 2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann 2011-09-26cppcheck: unused variablesKorrawit Pruegsanusak 2011-09-23Undo basis/brand split: move dynamic libraries from basis to brand.Stephan Bergmann 2011-09-17Better management of exceptionJulien Nabet 2011-09-16Revert "Trying to chop out the uwinapi library"Fridrich Štrba 2011-09-16Trying to chop out the uwinapi libraryFridrich Štrba 2011-08-31Work around compilation errors with mingw-w64 and --enable-debugTor Lillqvist