diff options
author | David Tardon <dtardon@redhat.com> | 2013-05-13 16:40:03 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-05-13 18:32:12 +0200 |
commit | e84209af1104ff7d94e69324d946c6d8113e0066 (patch) | |
tree | 719cb8569f723c72586e36185025c8f9fbdcc067 /python3 | |
parent | 20feaeed7e410fc0c79dedd14041e0c4f6241973 (diff) |
drop unused makefile
Change-Id: I9ef6331e49c26ce5060aea52157a600274a1b080
Diffstat (limited to 'python3')
-rw-r--r-- | python3/Zip_PythonFramework.mk | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/python3/Zip_PythonFramework.mk b/python3/Zip_PythonFramework.mk deleted file mode 100644 index e7ca12c3217e..000000000000 --- a/python3/Zip_PythonFramework.mk +++ /dev/null @@ -1,24 +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_Zip_Zip,LibreOfficePython.framework,$(call gb_UnpackedTarball_get_dir,python3)/python-inst/@__________________________________________________OOO)) - -$(eval $(call gb_Zip_add_dependencies,LibreOfficePython.framework,\ - $(call gb_CustomTarget_get_target,python3/fixscripts) \ - $(call gb_CustomTarget_get_target,python3/fixinstallnames) \ - $(call gb_CustomTarget_get_target,python3/executables) \ -)) - -$(eval $(call gb_Zip_add_file,LibreOfficePython.framework,LibreOfficePython.framework)) - -# preserve links to not duplicate stuff in the zip... -# links are not preserved when unpacking, need to be created in scp2 -$(eval $(call gb_Zip_add_commandoptions,LibreOfficePython.framework,-y)) - -# vim: set noet sw=4 ts=4: |