summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2005-01-25 00:07:50 +0000
committerbjarni <bjarni@openttd.org>2005-01-25 00:07:50 +0000
commit2ff0cbdd5464a5bb255602ff2617cd38fdf0a70e (patch)
tree4ea0caeb95be891a2d176db95a78f01f8609314e
parentf754f932b8ea170540dfcafafa506d0862da847f (diff)
downloadopenttd-2ff0cbdd5464a5bb255602ff2617cd38fdf0a70e.tar.xz
(svn r1661) Makefile: added scenario to make install
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 753f21b2a..9d90d0ee6 100644
--- a/Makefile
+++ b/Makefile
@@ -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)