package/mupdf: skip installing docs to the target

The current 'install' target comprises 'install-libs', 'install-apps'
and 'install-docs'.

In our case we don't want to install documentation to the target, so
just run the other two.

Signed-off-by: Raphaël Mélotte <raphael.melotte@mind.be>
Signed-off-by: Romain Naour <romain.naour@smile.fr>
(cherry picked from commit ba48197d1f)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
Raphaël Mélotte
2025-08-01 15:07:16 +00:00
committed by Thomas Perale
parent 53f8d285f6
commit da48583a93

View File

@@ -68,7 +68,7 @@ endef
define MUPDF_INSTALL_TARGET_CMDS
$(MUPDF_MAKE_ENV) $(MAKE) -C $(@D) $(MUPDF_MAKE_OPTS) \
DESTDIR="$(TARGET_DIR)" install
DESTDIR="$(TARGET_DIR)" install-libs install-apps
endef
$(eval $(generic-package))