From 968166ba4ee96f7c9053c8f4c88ac82381ff7cf4 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Mon, 4 Dec 2023 12:07:53 +0100 Subject: Remove pyuno.xcd from build/packaging cleanup after commit 80798b426bf7d5fa4616db1af608640cfbcd79fe Change-Id: I8d1712ac592a69ec0b9a5705d6a689e57062e347 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160300 Tested-by: Jenkins Reviewed-by: Thorsten Behrens --- postprocess/CustomTarget_registry.mk | 3 --- 1 file changed, 3 deletions(-) (limited to 'postprocess') diff --git a/postprocess/CustomTarget_registry.mk b/postprocess/CustomTarget_registry.mk index 034d7b7c36e0..1e2e473e0b4d 100644 --- a/postprocess/CustomTarget_registry.mk +++ b/postprocess/CustomTarget_registry.mk @@ -30,7 +30,6 @@ postprocess_XCDS := \ lingucomponent.xcd \ main.xcd \ math.xcd \ - pyuno.xcd \ writer.xcd \ xsltfilter.xcd @@ -338,8 +337,6 @@ postprocess_FILES_math := \ $(postprocess_MOD)/org/openoffice/Office/Embedding-math.xcu \ $(postprocess_MOD)/org/openoffice/Setup-math.xcu -postprocess_DEPS_pyuno := main - ifeq ($(ENABLE_REPORTBUILDER),TRUE) postprocess_XCDS += reportbuilder.xcd postprocess_DEPS_reportbuilder := main -- cgit