summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormatthijs <matthijs@openttd.org>2006-02-01 01:36:18 +0000
committermatthijs <matthijs@openttd.org>2006-02-01 01:36:18 +0000
commita893361692792929ee5170b41de904e79a8605c9 (patch)
treef4b9f1581376df8b985904a3080c54571e78026a /Makefile
parent95ccec58a3f86df2dca044f0a1dea11f51894b59 (diff)
downloadopenttd-a893361692792929ee5170b41de904e79a8605c9.tar.xz
(svn r3507) - Fix: [Makefile] Make sure the ICON_DIR gets created before copying files there.
- Fix: Fix small syntactic error in the manpage.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0ea3ff2c0..431381bb1 100644
--- a/Makefile
+++ b/Makefile
@@ -915,6 +915,7 @@ endif
install -d $(DATA_DIR_INSTALL)/lang \
$(DATA_DIR_INSTALL)/data \
$(DATA_DIR_INSTALL)/gm \
+ $(ICON_DIR_INSTALL) \
$(BINARY_DIR_INSTALL)
ifndef USE_HOMEDIR
mkdir -p $(PERSONAL_DIR)/scenario