summaryrefslogtreecommitdiffstats
path: root/desktop/Package_scripts_install.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2013-05-05 14:28:02 +0200
committerDavid Tardon <dtardon@redhat.com>2013-05-05 14:28:02 +0200
commite37c63a1d73fadee4fbd2e2b6650f5d1a23d0e50 (patch)
tree79719c3550e41580873f6efebdcccfbf4b48a731 /desktop/Package_scripts_install.mk
parentcopy more rdb files into instdir (diff)
downloadcore-e37c63a1d73fadee4fbd2e2b6650f5d1a23d0e50.tar.gz
core-e37c63a1d73fadee4fbd2e2b6650f5d1a23d0e50.zip
copy scripts to instdir
Change-Id: Id7367d8f540f708071df89fd056dba485751df1c
Diffstat (limited to 'desktop/Package_scripts_install.mk')
-rw-r--r--desktop/Package_scripts_install.mk32
1 files changed, 32 insertions, 0 deletions
diff --git a/desktop/Package_scripts_install.mk b/desktop/Package_scripts_install.mk
new file mode 100644
index 000000000000..c75f6db9b243
--- /dev/null
+++ b/desktop/Package_scripts_install.mk
@@ -0,0 +1,32 @@
+# -*- 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,desktop_scripts_install,$(SRCDIR)/desktop/scripts))
+
+$(eval $(call gb_Package_set_outdir,desktop_scripts_install,$(INSTDIR)))
+
+ifeq ($(OS),WNT)
+
+$(eval $(call gb_Package_add_file,desktop_scripts_install,bin/ure-link,ure-link))
+
+else
+
+$(eval $(call gb_Package_add_file,desktop_scripts_install,program/gdbtrace,gdbtrace))
+$(eval $(call gb_Package_add_file,desktop_scripts_install,program/sbase,sbase.sh))
+$(eval $(call gb_Package_add_file,desktop_scripts_install,program/scalc,scalc.sh))
+$(eval $(call gb_Package_add_file,desktop_scripts_install,program/sdraw,sdraw.sh))
+$(eval $(call gb_Package_add_file,desktop_scripts_install,program/simpress,simpress.sh))
+$(eval $(call gb_Package_add_file,desktop_scripts_install,program/smath,smath.sh))
+$(eval $(call gb_Package_add_file,desktop_scripts_install,program/swriter,swriter.sh))
+$(eval $(call gb_Package_add_file,desktop_scripts_install,program/unoinfo,unoinfo.sh))
+$(eval $(call gb_Package_add_file,desktop_scripts_install,program/unopkg,unopkg.sh))
+
+endif
+
+# vim: set ts=4 sw=4 noet: