Remove readme file from SDK

This file is included in the main installer.
Doesn't make much sense to include it in the SDK, since there is
nothing SDK specific in it.

Change-Id: I44f87ff304be4a9064000e54a5246c4a4b55c68d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/181790
Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
Tested-by: Jenkins
This commit is contained in:
Samuel Mehrbrodt 2025-02-17 14:49:03 +01:00
parent 1fc03eaed2
commit 01ae181574

View File

@ -13,7 +13,6 @@ $(eval $(call gb_Package_set_outdir,odk_share_readme_generated,$(INSTDIR)))
$(eval $(call gb_Package_add_files,odk_share_readme_generated,$(SDKDIRNAME)/share/readme,\
$(if $(filter WNT,$(OS)),license/license.txt) \
readme/$(call gb_README,en-US) \
))
# vim: set noet sw=4 ts=4: