# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # Version: MPL 1.1 / GPLv3+ / LGPLv3+ # # The contents of this file are subject to the Mozilla Public License Version # 1.1 (the "License"); you may not use this file except in compliance with # the License or as specified alternatively below. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS IS" basis, # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License # for the specific language governing rights and limitations under the # License. # # Major Contributor(s): # Copyright (C) 2010 Red Hat, Inc., David Tardon # (initial developer) # # All Rights Reserved. # # For minor contributions see the git repository. # # Alternatively, the contents of this file may be used under the terms of # either the GNU General Public License Version 3 or later (the "GPLv3+"), or # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable # instead of those above. $(eval $(call gb_Package_Package,oox_generated,$(call gb_CustomTarget_get_workdir,oox/generated))) $(eval $(call gb_Package_add_file,oox_generated,inc/oox/token/tokens.hxx,inc/oox/token/tokens.hxx)) $(eval $(call gb_Package_add_file,oox_generated,inc/oox/token/namespaces.hxx,inc/oox/token/namespaces.hxx)) $(eval $(call gb_Package_add_file,oox_generated,inc/oox/token/properties.hxx,inc/oox/token/properties.hxx)) $(eval $(call gb_Package_add_file,oox_generated,inc/oox/namespaces.txt,misc/namespaces.txt)) # vim: set noet sw=4 ts=4: ice-6-3'>distro/cib/libreoffice-6-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/postprocess/CustomTarget_signing.mk
AgeCommit message (Expand)Author
2021-03-18we have to keep the original python version number 3.7.7Andras Timar
2021-02-18try to use a different timestamp serviceAndras Timar
2021-01-16tdf#68198: sign the rest of binariesMike Kaganski
2019-09-06split msi signing from creation to reduce number of singtool callsChristian Lohmaier
2019-04-01no need to sign mysql-connector-ooo files, because they no longer exist in LOAndras Timar
2017-12-18tdf#108580: integrate vc_redist.exe into MSIMike Kaganski
2017-10-31msc-externals: don't attempt to chmod nonexisting filesChristian Lohmaier
2017-10-31tdf#108580 ship universal crts with the program as workaroundChristian Lohmaier
2017-05-31tdf#86776 Digitally sign soffice.bin on WindowsAndras Timar
2017-05-09cannot sign read-only files, so u+w the redistributablesChristian Lohmaier
2017-05-09have screenshot target depend on signing.done, not other way roundChristian Lohmaier
2016-08-18screenshots: add new global make targetArmin Le Grand
2015-04-20don't try to sign merged libs on windowsChristian Lohmaier
2014-04-29make signing depend on slowchecks being doneChristian Lohmaier
2013-10-31postprocess: CustomTarget_signing: find libs in INSTDIRMichael Stahl