]> git.pld-linux.org Git - packages/openttd-opengfx.git/commitdiff
- updated for 0.3.1 auto/th/openttd-opengfx-0_3_1-1
authorlisu <lisu@pld-linux.org>
Mon, 20 Sep 2010 12:12:12 +0000 (12:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    openttd-opengfx-docs.patch -> 1.2

openttd-opengfx-docs.patch

index 3334715303a5dc7939bfa1072b607be7199b72a9..0b88bc954be5d789701b79766dd63edb9ab873ed 100644 (file)
@@ -1,14 +1,30 @@
---- opengfx-0.3.0-source/scripts/Makefile.bundles~     2010-09-14 12:24:07.357236411 +0200
-+++ opengfx-0.3.0-source/scripts/Makefile.bundles      2010-09-14 12:27:37.581380130 +0200
-@@ -30,11 +30,6 @@
+--- 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
--ifdef DOCDIR
+-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 -c $(DOC_FILES) $(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
  
- md5: $(MD5_FILENAME)
  
This page took 0.13101 seconds and 4 git commands to generate.