summaryrefslogtreecommitdiff
path: root/scripting
diff options
context:
space:
mode:
authorAshod Nakashian <ashod.nakashian@collabora.co.uk>2019-03-02 15:07:05 -0500
committerJan Holesovsky <kendy@collabora.com>2019-06-12 09:46:46 +0200
commit71aef0504ba500409a46ff5409dad912adc46111 (patch)
tree89d6b6287c204e784f3f57ba315c132f4c902552 /scripting
parentfdc46809b8cc12c3481e16f895ecc20691960c27 (diff)
scripting: copy python/InsertText.py to the Scripts directory
Change-Id: I55e367f8fc3bbd2aa65ca9cdef2e97a3dfa3d117 Reviewed-on: https://gerrit.libreoffice.org/68762 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/73486 Tested-by: Jenkins Reviewed-by: Jan Holesovsky <kendy@collabora.com>
Diffstat (limited to 'scripting')
-rw-r--r--scripting/Package_ScriptsPython.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripting/Package_ScriptsPython.mk b/scripting/Package_ScriptsPython.mk
index 7612b7ba58bd..0c48839ca42d 100644
--- a/scripting/Package_ScriptsPython.mk
+++ b/scripting/Package_ScriptsPython.mk
@@ -12,6 +12,7 @@ $(eval $(call gb_Package_Package,scripting_ScriptsPython,$(SRCDIR)/scripting/exa
$(eval $(call gb_Package_add_files_with_dir,scripting_ScriptsPython,$(LIBO_SHARE_FOLDER)/Scripts,\
python/Capitalise.py \
python/HelloWorld.py \
+ python/InsertText.py \
python/NamedRanges.py \
python/SetCellColor.py \
python/pythonSamples/TableSample.py \