office-gobmx/postprocess
Luboš Luňák 237446b386 fix component handling for ucpdav1 when --with-webdav=serf
Both the webdav=neon and webdav=serf cases were actually using
the same ucpdav1.component file. And f3f0d05f72
changed component handling for neon, but not for serf.
So separate component handling for neon and for serf, and also
do the f3f0d05 change also for the serf case.

Change-Id: Id5907cf1c8fbb93817e81295f71ad87191fe5c16
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114525
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
2021-04-22 23:45:55 +02:00
..
packimages
qa Adapt the remaining OUString functions to std string_view 2020-12-11 21:25:10 +01:00
signing
CppunitTest_services.mk Missing test dependencies 2020-02-07 08:20:28 +01:00
CustomTarget_check_dynamic_objects.mk GBUILD_TRACE, support for finding out where the build time is spent 2020-02-16 14:49:45 +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 image-sort: add --quiet option for build-tools 2020-09-11 18:25:21 +02:00
CustomTarget_registry.mk add --disable-librelogo to disable LibreLogo at build time 2021-01-19 13:55:08 +01:00
CustomTarget_signing.mk tdf#68198: sign the rest of binaries 2021-01-16 09:28:23 +01:00
Makefile
Module_postprocess.mk Fix the minimal build-tools target 2020-09-11 18:34:48 +02:00
Package_fontconfig.mk Revert "Make font-based unit test depend on instdir fonts" 2019-12-16 12:58:35 +01:00
Package_images.mk
Package_registry.mk
Rdb_services.mk fix component handling for ucpdav1 when --with-webdav=serf 2021-04-22 23:45:55 +02: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.