summaryrefslogtreecommitdiff
path: root/extras
diff options
context:
space:
mode:
authorLaurent BP <laurent.balland-poirier@laposte.net>2022-07-18 14:00:44 +0200
committerLaurent Balland <laurent.balland@mailo.fr>2022-07-19 11:47:30 +0200
commitbad664731dc8da6fb9f9706111d1de866c650ed0 (patch)
tree9b226e062ddea3c1e19f02f240c8666faf05563d /extras
parentbb9d618390c8a498ce6348d7ed77235165cede7b (diff)
Simplify the template makefile
Remove unused variable Change-Id: If2e69f30e8f94d662d619ded6b85f2a737ef3412 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137196 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'extras')
-rw-r--r--extras/CustomTarget_tploffimisc.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/extras/CustomTarget_tploffimisc.mk b/extras/CustomTarget_tploffimisc.mk
index 5391e7328ff3..edf5a0657f39 100644
--- a/extras/CustomTarget_tploffimisc.mk
+++ b/extras/CustomTarget_tploffimisc.mk
@@ -52,6 +52,5 @@ $(call gb_CustomTarget_get_workdir,extras/source/templates/offimisc)/%.ott : \
zip -qrX --must-match $@ $(call extras_OFFIMISC_XMLFILES_RELATIVE,$*) \
)
$(call gb_Trace_EndRange,templates/offimisc/$*.ott,ZIP)
-extras_OFFIMISC_MIMETYPEFILES := $(foreach atexts,$(extras_TEMPLATES_OFFIMISC),$(atexts)/mimetype)
# vim: set noet sw=4 ts=4: