From cacce520c64c3f1444f377bbe98f0f17bac4db40 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Thu, 24 Oct 2013 15:38:44 +0200 Subject: desktop: need only one Package_scripts Change-Id: Ia47d1cc8c2d754f74e281eac82c76fbaf12d8541 --- desktop/Package_scripts_install.mk | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 desktop/Package_scripts_install.mk (limited to 'desktop/Package_scripts_install.mk') diff --git a/desktop/Package_scripts_install.mk b/desktop/Package_scripts_install.mk deleted file mode 100644 index 046ba69dc5cd..000000000000 --- a/desktop/Package_scripts_install.mk +++ /dev/null @@ -1,33 +0,0 @@ -# -*- 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,$(INSTROOT))) - -ifeq (,$(filter MACOSX WNT,$(OS))) - -$(eval $(call gb_Package_add_file,desktop_scripts_install,$(LIBO_BIN_FOLDER)/gdbtrace,gdbtrace)) -$(eval $(call gb_Package_add_file,desktop_scripts_install,$(LIBO_BIN_FOLDER)/sbase,sbase.sh)) -$(eval $(call gb_Package_add_file,desktop_scripts_install,$(LIBO_BIN_FOLDER)/scalc,scalc.sh)) -$(eval $(call gb_Package_add_file,desktop_scripts_install,$(LIBO_BIN_FOLDER)/sdraw,sdraw.sh)) -$(eval $(call gb_Package_add_file,desktop_scripts_install,$(LIBO_BIN_FOLDER)/simpress,simpress.sh)) -$(eval $(call gb_Package_add_file,desktop_scripts_install,$(LIBO_BIN_FOLDER)/smath,smath.sh)) -$(eval $(call gb_Package_add_file,desktop_scripts_install,$(LIBO_BIN_FOLDER)/swriter,swriter.sh)) - -endif - -ifneq ($(OS),WNT) - -$(eval $(call gb_Package_add_file,desktop_scripts_install,$(LIBO_BIN_FOLDER)/unoinfo,unoinfo.sh)) -$(eval $(call gb_Package_add_file,desktop_scripts_install,$(LIBO_BIN_FOLDER)/unopkg,unopkg.sh)) - -endif - -# vim: set ts=4 sw=4 noet: -- cgit v1.2.3