diff options
author | Gabor Kelemen <gabor.kelemen.extern@allotropia.de> | 2023-12-04 12:07:53 +0100 |
---|---|---|
committer | Thorsten Behrens <thorsten.behrens@allotropia.de> | 2023-12-06 15:23:44 +0100 |
commit | 968166ba4ee96f7c9053c8f4c88ac82381ff7cf4 (patch) | |
tree | 4f211fdb6596bb5f1c052c7d5c12c2edefb68112 /postprocess | |
parent | 714e406fc4089f1a4b67c9a1ac55bf4162cc5a01 (diff) |
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 <thorsten.behrens@allotropia.de>
Diffstat (limited to 'postprocess')
-rw-r--r-- | postprocess/CustomTarget_registry.mk | 3 |
1 files changed, 0 insertions, 3 deletions
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 |