summaryrefslogtreecommitdiff
path: root/extras/Module_extras.mk
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2024-06-21 19:09:23 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2024-06-28 12:56:49 +0200
commit2fd72ed9cb8bb1fd7c5402194ac36e43fc2c0963 (patch)
tree310acdd0eaaf03924f670fdbbc8a2f1b6487a982 /extras/Module_extras.mk
parent2ad7d5cfb0288559921b0d9ccad0a23d95cde452 (diff)
makefile simplification: cleanup template packaging mess
the tmplate packaging code was full of copy'n'paste code with little understanding on how the rules actually work/what the statements actually do. (e.g. using separate calls to addprefix can be a matter of taste, but adding the call to get the extra files each time is pointless and just adds the same set of files multiple times). Unifying the fixed list of files and standardizing the base path for the relative filenames further allows to streamline the recipes Change-Id: I814fdb6f6534a9d5046281c45b6da87110f2093e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169342 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'extras/Module_extras.mk')
-rw-r--r--extras/Module_extras.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/extras/Module_extras.mk b/extras/Module_extras.mk
index 38632ca5b2a3..0c04202e8a20 100644
--- a/extras/Module_extras.mk
+++ b/extras/Module_extras.mk
@@ -15,9 +15,6 @@ $(eval $(call gb_Module_add_targets,extras,\
CustomTarget_glade \
CustomTarget_gallsystem \
CustomTarget_templates \
- CustomTarget_tplpresnt \
- CustomTarget_tplwizard \
- CustomTarget_tplwizdesktop \
Package_autocorr \
Package_autotextuser \
Package_cfgsrvnolang \