From 41f00a356e9516aef62030668bb8f3928bdfb8f2 Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Tue, 18 Jun 2013 16:08:14 +0200 Subject: pyuno: this rc file seems to be unused Change-Id: I98b6263a464b46075e69e363c3eb9e4ec4557c46 --- pyuno/Module_pyuno.mk | 1 - pyuno/Package_pyunorc.mk | 14 -------------- pyuno/source/module/pyuno | 21 --------------------- 3 files changed, 36 deletions(-) delete mode 100644 pyuno/Package_pyunorc.mk delete mode 100644 pyuno/source/module/pyuno (limited to 'pyuno') diff --git a/pyuno/Module_pyuno.mk b/pyuno/Module_pyuno.mk index 8a6667bf6eae..a91c58b6313a 100644 --- a/pyuno/Module_pyuno.mk +++ b/pyuno/Module_pyuno.mk @@ -14,7 +14,6 @@ ifneq ($(DISABLE_PYTHON),TRUE) $(eval $(call gb_Module_add_targets,pyuno,\ Library_pyuno \ Library_pythonloader \ - Package_pyunorc \ Package_python_scripts \ Rdb_pyuno \ )) diff --git a/pyuno/Package_pyunorc.mk b/pyuno/Package_pyunorc.mk deleted file mode 100644 index d7cedecb998a..000000000000 --- a/pyuno/Package_pyunorc.mk +++ /dev/null @@ -1,14 +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,pyuno_pyunorc,$(SRCDIR)/pyuno/source/module)) - -$(eval $(call gb_Package_add_file,pyuno_pyunorc,$(call gb_Helper_get_rcfile,bin/pyuno),pyuno)) - -# vim: set noet sw=4 ts=4: diff --git a/pyuno/source/module/pyuno b/pyuno/source/module/pyuno deleted file mode 100644 index 4cc65702d3ea..000000000000 --- a/pyuno/source/module/pyuno +++ /dev/null @@ -1,21 +0,0 @@ -# The bootstrap variable PYUNOLIBDIR will be set by the pyuno runtime library -# -# 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/. -# -# This file incorporates work covered by the following license notice: -# -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed -# with this work for additional information regarding copyright -# ownership. The ASF licenses this file to you under the Apache -# License, Version 2.0 (the "License"); you may not use this file -# except in compliance with the License. You may obtain a copy of -# the License at http://www.apache.org/licenses/LICENSE-2.0 . -# -PYUNO_BINPATH=$PYUNOLIBDIR/../bin$UPDMINOREXT -UNO_TYPES=$PYUNO_BINPATH/types.rdb -UNO_SERVICES=$PYUNO_BINPATH/pyuno_services.rdb -- cgit