office-gobmx/postprocess
Hossein ea5641baee Updated README.md files to represent current code / use Markdown format
Previously, all of the README files have been renamed to README.md
and now, the contents of these files were changed to use Markdown
format. Other than format inconsistency, some README.md files lacked
information about modules, or were out of date. By using LibreOffice
/ OpenOffice wiki and other documentation websites, these files were
updated. Now every README.md file has a title, and some description.
The top-level README.md file is changed to add links to the modules.
The result of processing the Markdown format README.md files can be
seen at: https://docs.libreoffice.org/

Change-Id: Ic3b0c3c064a2498d6a435253b041df010cd7797a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113424
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2021-04-07 17:47:16 +02:00
..
packimages tdf#112411 Remove all that remains of the More controls toolbars 2019-03-14 08:52:29 +01:00
qa Adapt the remaining OUString functions to std string_view 2020-12-11 21:25:10 +01:00
signing split msi signing from creation to reduce number of singtool calls 2019-09-06 11:36:44 +02:00
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 put CJK/CTL .xcds into instdir 2013-11-28 12:42:31 +01:00
Rdb_services.mk tdf#124173: Enable thesauruses in the iOS app 2021-03-25 09:06:39 +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.