office-gobmx/postprocess
Christian Lohmaier ae434ccb48 windows signing: use sha256 (instead of the default sha1)
will be enforced in e.g. microsoft store later this year...

Change-Id: Ifa7f98d5c72bd7c7f602dc54ba8e16f7470dc3d4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137738
Tested-by: Jenkins
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2022-08-03 11:05:40 +02:00
..
packimages
qa Fix typo 2022-05-14 14:08:53 +02:00
signing windows signing: use sha256 (instead of the default sha1) 2022-08-03 11:05:40 +02:00
CppunitTest_services.mk
CustomTarget_check_dynamic_objects.mk
CustomTarget_components.mk Build services_constructors.list from target component files 2021-12-14 07:37:41 +01:00
CustomTarget_fontconfig.mk Revert "Make font-based unit test depend on instdir fonts" 2019-12-16 12:58:35 +01:00
CustomTarget_images.mk Resolves: tdf#97046 ensure build system variables start with gb_ 2021-11-04 10:48:24 +01:00
CustomTarget_registry.mk rename GODSON/GODSON64 to MIPS/MIPS64 2022-07-27 11:52:23 +02:00
CustomTarget_signing.mk
Makefile
Module_postprocess.mk WASM open links in new browser tabs 2022-01-20 10:26:04 +01:00
Package_fontconfig.mk
Package_images.mk remove special casing for obsoleted default theme 2014-08-22 14:09:15 +02:00
Package_registry.mk put CJK/CTL .xcds into instdir 2013-11-28 12:42:31 +01:00
Rdb_services.mk Generally determine Rdb content from gb_*_set_componentfile calls 2021-12-10 08:14:24 +01:00
README.md Updated README.md files to represent current code / use Markdown format 2021-04-07 17:47:16 +02:00

Postprocessing and Checking

Postprocessing and checking of files delivered by other modules.

This module has to be the last one built before creating install sets in module instset_native. Thus it ties together all the dependencies of all the other de-coupled modules. See the first line of postprocess/prj/build.lst for that.