--- opengfx-0.3.1-source/scripts/Makefile.bundles~ 2010-09-20 14:04:09.208115920 +0200 +++ opengfx-0.3.1-source/scripts/Makefile.bundles 2010-09-20 14:09:17.620593892 +0200 @@ -30,27 +30,6 @@ $(_E) [Warning] The use of 'INSTALLDIR' is deprecated and may be removed in the future. $(_E) [Warning] Use 'INSTALL_DIR' instead. endif -ifndef DO_NOT_INSTALL_DOCS -ifneq ($(filter-out $(LICENSE_FILE) $(CHANGELOG_FILE),$(DOC_FILES)),) - $(_E) [INSTALL] docs to $(DOCDIR) - $(_V) install -d $(DOCDIR) - $(_V) install -m644 $(filter-out $(LICENSE_FILE) $(CHANGELOG_FILE),$(DOC_FILES)) $(DOCDIR) -endif -endif -ifndef DO_NOT_INSTALL_LICENSE -ifneq ($(LICENSE_FILE),) - $(_E) [INSTALL] license to $(DOCDIR) - $(_V) install -d $(DOCDIR) - $(_V) install -m644 $(LICENSE_FILE) $(DOCDIR) -endif -endif -ifndef DO_NOT_INSTALL_CHANGELOG -ifneq ($(CHANGELOG_FILE),) - $(_E) [INSTALL] changelog to $(DOCDIR) - $(_V) install -d $(DOCDIR) - $(_V) install -m644 $(CHANGELOG_FILE) $(DOCDIR) -endif -endif