changeset 5412:ccb2fce30944

* src/jasper.mk: disable install of man pages
author John Donoghue <john.donoghue@ieee.org>
date Tue, 19 May 2020 07:48:53 -0400
parents dda43b9e6213
children 27191384a9a0
files src/jasper.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/jasper.mk	Tue May 19 07:43:20 2020 -0400
+++ b/src/jasper.mk	Tue May 19 07:48:53 2020 -0400
@@ -27,5 +27,5 @@
         --enable-libjpeg \
         --disable-opengl \
         --without-x && $(CONFIGURE_POST_HOOK)
-    $(MAKE) -C '$(1)' -j '$(JOBS)' install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS= DESTDIR='$(3)'
+    $(MAKE) -C '$(1)' -j '$(JOBS)' install $(MXE_DISABLE_PROGS) $(MXE_DISABLE_DOCS) DESTDIR='$(3)'
 endef