* Makefile.in: Ignore errors on doc install.

This commit is contained in:
Christopher Faylor 2014-02-18 19:58:39 +00:00
parent 036f56cf32
commit dfd2ffdcc1
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2014-02-18 Christopher Faylor <me.cygwin2014@cgf.cx>
* Makefile.in: Ignore errors on doc install.
2013-01-22 Corinna Vinschen <corinna@vinschen.de>
* Makefile.common: Don't drop -gFOO switches when filtering CFLAGS

View File

@ -82,7 +82,7 @@ $(SUBDIRS):
@${MAKE} -C $@ all || ([ "$@" == doc ] && echo "*** error ignored")
$(INSTALL_SUBDIRS):
@${MAKE} -C $(patsubst install_%,%,$@) install
@${MAKE} -C $(patsubst install_%,%,$@) install || ([ "$@" == install_doc ] && echo "*** error ignored")
$(CLEAN_SUBDIRS):
@if cd $(patsubst clean_%,%,$@) 2>/dev/null; then \