office-gobmx/postprocess
Julien Nabet 07074836b0 Fix postprocess/README packimages.pl has been replaced by pack_images.py
with 423ee1020a
tdf#106894 Rewrite packimages.pl in Python (pack_images.py)
in 2017

Change-Id: I337d4e048f59dd5f268930a7e51ab793d6008afc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154503
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2023-07-16 18:54:15 +02:00
..
packimages Fix postprocess/README packimages.pl has been replaced by pack_images.py 2023-07-16 18:54:15 +02:00
qa move using the vcl file dialog in headless mode to the point of creation 2023-04-07 16:54:45 +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 use $(file …) directly instead of gb_var2file when not used as intermediate 2022-12-13 15:05:43 +00:00
CustomTarget_fontconfig.mk
CustomTarget_images.mk don't rebuild icon-themes if nothing changed 2022-12-13 15:09:11 +00:00
CustomTarget_registry.mk Revert recent LanguageTool commits 2023-07-12 08:57:41 +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
Package_registry.mk
Rdb_services.mk Generally determine Rdb content from gb_*_set_componentfile calls 2021-12-10 08:14:24 +01:00
README.md

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.