]> git.pld-linux.org Git - packages/openttd-opengfx.git/blame - openttd-opengfx-docs.patch
- updated for 0.3.1
[packages/openttd-opengfx.git] / openttd-opengfx-docs.patch
CommitLineData
8c226e87 1--- opengfx-0.3.1-source/scripts/Makefile.bundles~ 2010-09-20 14:04:09.208115920 +0200
2+++ opengfx-0.3.1-source/scripts/Makefile.bundles 2010-09-20 14:09:17.620593892 +0200
3@@ -30,27 +30,6 @@
4783a457 4 $(_E) [Warning] The use of 'INSTALLDIR' is deprecated and may be removed in the future.
5 $(_E) [Warning] Use 'INSTALL_DIR' instead.
6 endif
8c226e87 7-ifndef DO_NOT_INSTALL_DOCS
8-ifneq ($(filter-out $(LICENSE_FILE) $(CHANGELOG_FILE),$(DOC_FILES)),)
4783a457 9- $(_E) [INSTALL] docs to $(DOCDIR)
10- $(_V) install -d $(DOCDIR)
8c226e87 11- $(_V) install -m644 $(filter-out $(LICENSE_FILE) $(CHANGELOG_FILE),$(DOC_FILES)) $(DOCDIR)
4783a457 12-endif
8c226e87 13-endif
14-ifndef DO_NOT_INSTALL_LICENSE
15-ifneq ($(LICENSE_FILE),)
16- $(_E) [INSTALL] license to $(DOCDIR)
17- $(_V) install -d $(DOCDIR)
18- $(_V) install -m644 $(LICENSE_FILE) $(DOCDIR)
19-endif
20-endif
21-ifndef DO_NOT_INSTALL_CHANGELOG
22-ifneq ($(CHANGELOG_FILE),)
23- $(_E) [INSTALL] changelog to $(DOCDIR)
24- $(_V) install -d $(DOCDIR)
25- $(_V) install -m644 $(CHANGELOG_FILE) $(DOCDIR)
26-endif
27-endif
28
4783a457 29
4783a457 30
This page took 0.086831 seconds and 4 git commands to generate.