]> de.git.xonotic.org Git - xonotic/netradiant.git/commitdiff
get rid of annoying makeversion.py, install.py
authorrpolzer <rpolzer@61c419a2-8eb2-4b30-bcec-8cead039b335>
Mon, 15 Sep 2008 09:08:43 +0000 (09:08 +0000)
committerrpolzer <rpolzer@61c419a2-8eb2-4b30-bcec-8cead039b335>
Mon, 15 Sep 2008 09:08:43 +0000 (09:08 +0000)
git-svn-id: svn://svn.icculus.org/netradiant/trunk@27 61c419a2-8eb2-4b30-bcec-8cead039b335

ChangeLog
Makefile

index 794f4156ee2a84552b26b5d1266fc6c67bb962b9..81b0a34747f93bc4ead5ed493e6646731d92b90e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,8 +5,7 @@
          instead
        * q2data: remove RSA security copyrighted md4.c, using mdfour.c from DP
          instead as a drop-in replacement
-       * all: get rid of makeversion.py dependency (still need Python for
-         install.py)
+       * all: get rid of makeversion.py and install.py
 
 2008-09-13 Rudolf Polzer divVerent(at)alientrap.org
        * q3map2: update to ZeroRadiant's q3map2
index bcb5b31d32cb4ccec4acb0e11452bcfb465bff88..ea08a14404681cf1b7ac620868f8c0e233917d28 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -470,14 +470,13 @@ makeversion:
 
 .PHONY: install-data
 install-data:
+       $(MKDIR) install/games
        set -ex; \
        for GAME in games/*; do \
                for GAMEFILE in $$GAME/games/*.game; do \
-                       $(MKDIR) install/games; \
                        $(CP) "$$GAMEFILE" install/games/; \
                done; \
                for GAMEDIR in $$GAME/*.game; do \
-                       $(MKDIR) install; \
                        $(CP_R) "$$GAMEDIR" install/; \
                done; \
        done