From f5ce765d560aaa6ac6c5a92048432dd1e6e8f851 Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Tue, 8 Feb 2022 10:52:39 +0100 Subject: 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 --- extras/source/autotext/lang/gd/standard/mimetype | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 extras/source/autotext/lang/gd/standard/mimetype (limited to 'extras/source/autotext/lang/gd') diff --git a/extras/source/autotext/lang/gd/standard/mimetype b/extras/source/autotext/lang/gd/standard/mimetype deleted file mode 100644 index e69de29bb2d1..000000000000 -- cgit