# -*- 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,shell_senddoc,$(SRCDIR)/shell/source/unix/misc)) ifeq ($(OS), MACOSX) # only mach-o binaries allowed in bin folder (signing scripts would require extended attributes) # so install it into Resources folder and use a symlink instead # see https://developer.apple.com/library/archive/technotes/tn2206/_index.html $(eval $(call gb_Package_add_file,shell_senddoc,$(LIBO_SHARE_FOLDER)/senddoc,senddoc.sh)) $(eval $(call gb_Package_add_symbolic_link,shell_senddoc,$(LIBO_BIN_FOLDER)/senddoc,../$(LIBO_SHARE_FOLDER)/senddoc)) else $(eval $(call gb_Package_add_file,shell_senddoc,$(LIBO_BIN_FOLDER)/senddoc,senddoc.sh)) endif # vim: set shiftwidth=4 tabstop=4 noexpandtab: /cib/libreoffice-6-4 LibreOffice 界面翻译代码仓库文档基金会
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2019-11-13 15:04:35 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2019-11-13 15:20:14 +0100
commit6d4072204c5fc8d17f52a11ac01b23eba65a20f5 (patch)
tree43a3d66e8a01967b8ffe67bb4e4905022b64a96a
parent6fe1c4735a93b1c82e282b75560fed47e85f2042 (diff)
update translations for 6.4.0 Beta1 libreoffice-6-4-branch-point
and force-fix errors using pocheck Change-Id: Ibdda3a07311750204fbd7bf07294c5217b8e9f49
Diffstat