comparison src/libxml2.mk @ 4301:b6819fef128f

Dont install gtk-docs * src/cairo.mk, src/pango.mk, src/pango.mk: remove installed gtk-docs
author John D
date Fri, 30 Dec 2016 11:27:58 -0500
parents 4d513b66abe4
children 7d1e45c2f175
comparison
equal deleted inserted replaced
4300:90a5bdf9f501 4301:b6819fef128f
32 --with-zlib='$(HOST_PREFIX)' \ 32 --with-zlib='$(HOST_PREFIX)' \
33 --without-python \ 33 --without-python \
34 --without-threads && $(CONFIGURE_POST_HOOK) 34 --without-threads && $(CONFIGURE_POST_HOOK)
35 $(MAKE) -C '$(1)' -j '$(JOBS)' noinst_PROGRAMS= 35 $(MAKE) -C '$(1)' -j '$(JOBS)' noinst_PROGRAMS=
36 $(MAKE) -C '$(1)' -j 1 install noinst_PROGRAMS= DESTDIR='$(3)' 36 $(MAKE) -C '$(1)' -j 1 install noinst_PROGRAMS= DESTDIR='$(3)'
37
38 if [ "$(ENABLE_DEP_DOCS)" == "no" ]; then \
39 rm -rf "$(3)$(HOST_PREFIX)/share/gtk-doc"; \
40 rm -rf "$(3)$(HOST_PREFIX)/share/doc/$($(PKG)_SUBDIR)/html"; \
41 rm -rf "$(3)$(HOST_PREFIX)/share/doc/$($(PKG)_SUBDIR)/examples"; \
42 fi
37 endef 43 endef
44