summaryrefslogtreecommitdiff
path: root/Makefile
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
commit001fa99741f2f069de30d9922e4c4bd2a8189181 (patch)
tree4ea0caeb95be891a2d176db95a78f01f8609314e /Makefile
parent3482605b1a145fa50e03a1e60c230e76e13d6db5 (diff)
downloadopenttd-001fa99741f2f069de30d9922e4c4bd2a8189181.tar.xz
(svn r1661) Makefile: added scenario to make install
Diffstat (limited to 'Makefile')
-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)