Kaydet (Commit) e37c63a1 authored tarafından David Tardon's avatar David Tardon

copy scripts to instdir

Change-Id: Id7367d8f540f708071df89fd056dba485751df1c
üst b08a5ac8
......@@ -36,7 +36,10 @@ $(eval $(call gb_Module_add_targets,desktop,\
Library_migrationoo2 \
Library_migrationoo3 \
Library_unopkgapp \
$(if $(gb_RUNNABLE_INSTDIR),Package_pagein_install) \
$(if $(gb_RUNNABLE_INSTDIR),\
Package_pagein_install \
Package_scripts_install \
) \
Package_scripts \
Pagein_calc \
Pagein_common \
......
# -*- 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:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment