diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2022-02-08 10:52:39 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2022-02-10 11:35:04 +0100 |
commit | f5ce765d560aaa6ac6c5a92048432dd1e6e8f851 (patch) | |
tree | d0389cc8b3192af22629caf7f5d41b3c5b5bc3e9 /extras/source/autotext/lang/zu | |
parent | a378b130c390423c22999db0841ad1fcf10b4e5c (diff) |
simplify autotextshare makefile/only build what's packaged
The multiple indirections/complex nested constructs don't really provide
any benefit here, they certainly don't make the makefile easier to read.
It was building the autotext .bau files for all languages, despite being
packaged only for the requested UI langauges (via AllLagPackage) and the
long list of autotext files was duplicated (even if all .bau files
should be built, the list could be reused from the other makefile)
Also remove the empty mimetype files and just touch them instead of
copying them.
The xml, mimetype and other files are now intermediates and are removed by
make once the .bau is built. (if that's not desired, they can be flagged as
.SECONDARY)
The list of individual files (3.6k lines) could also be cut down if
using e.g. make's wildcard function
Change-Id: I223a49d26d1de1435d62a68a04b3713278a8320c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129696
Tested-by: Jenkins
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'extras/source/autotext/lang/zu')
-rw-r--r-- | extras/source/autotext/lang/zu/standard/mimetype | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/extras/source/autotext/lang/zu/standard/mimetype b/extras/source/autotext/lang/zu/standard/mimetype deleted file mode 100644 index e69de29bb2d1..000000000000 --- a/extras/source/autotext/lang/zu/standard/mimetype +++ /dev/null |