diff options
author | bjarni <bjarni@openttd.org> | 2005-01-25 00:07:50 +0000 |
---|---|---|
committer | bjarni <bjarni@openttd.org> | 2005-01-25 00:07:50 +0000 |
commit | 001fa99741f2f069de30d9922e4c4bd2a8189181 (patch) | |
tree | 4ea0caeb95be891a2d176db95a78f01f8609314e | |
parent | 3482605b1a145fa50e03a1e60c230e76e13d6db5 (diff) | |
download | openttd-001fa99741f2f069de30d9922e4c4bd2a8189181.tar.xz |
(svn r1661) Makefile: added scenario to make install
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -885,11 +885,13 @@ endif mkdir -p $(DATA_DIR_INSTALL)/data mkdir -p $(DATA_DIR_INSTALL)/gm mkdir -p $(BINARY_DIR_INSTALL) + mkdir -p $(PERSONAL_DIR)/scenario cp $(TTD) $(BINARY_DIR_INSTALL) cp lang/*.lng $(DATA_DIR_INSTALL)/lang cp data/*.grf $(DATA_DIR_INSTALL)/data cp data/opntitle.dat $(DATA_DIR_INSTALL)/data cp media/openttd.64.png $(DATA_DIR_INSTALL) + cp scenario/* $(PERSONAL_DIR)/scenario/ else #MorphOS install: $(error make install is not supported on MorphOS) |