blob: e4f5a6efc5ec5618679945aa28cb344e1d2cbfad [file] [log] [blame]
David Tardond4efa8b2012-04-28 20:48:14 +02001# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
David Tardond4efa8b2012-04-28 20:48:14 +02002#
Michael Meeks62badf382013-04-19 21:10:42 +01003# This file is part of the LibreOffice project.
David Tardond4efa8b2012-04-28 20:48:14 +02004#
Michael Meeks62badf382013-04-19 21:10:42 +01005# This Source Code Form is subject to the terms of the Mozilla Public
6# License, v. 2.0. If a copy of the MPL was not distributed with this
7# file, You can obtain one at http://mozilla.org/MPL/2.0/.
David Tardond4efa8b2012-04-28 20:48:14 +02008#
David Tardond4efa8b2012-04-28 20:48:14 +02009
10$(eval $(call gb_Package_Package,shell_scripts,$(SRCDIR)/shell/source/unix/misc))
11
Tor Lillqvist7a8db272013-09-25 20:42:34 +020012$(eval $(call gb_Package_add_file,shell_scripts,$(LIBO_BIN_FOLDER)/open-url,open-url.sh))
Pader Rezsocea7cca2013-07-01 15:38:36 +010013
14ifeq ($(ENABLE_TDE),TRUE)
Tor Lillqvist7a8db272013-09-25 20:42:34 +020015$(eval $(call gb_Package_add_file,shell_scripts,$(LIBO_BIN_FOLDER)/tde-open-url,tde-open-url.sh))
Pader Rezsocea7cca2013-07-01 15:38:36 +010016endif
David Tardond4efa8b2012-04-28 20:48:14 +020017
18# vim: set shiftwidth=4 tabstop=4 noexpandtab: