diff options
author | matthijs <matthijs@openttd.org> | 2006-02-01 01:36:18 +0000 |
---|---|---|
committer | matthijs <matthijs@openttd.org> | 2006-02-01 01:36:18 +0000 |
commit | d22e2d12cf22465fe4928ff3529e0fcee4cab489 (patch) | |
tree | f4b9f1581376df8b985904a3080c54571e78026a /Makefile | |
parent | 0993ff118c3ff546ac7e05220942d569767d9166 (diff) | |
download | openttd-d22e2d12cf22465fe4928ff3529e0fcee4cab489.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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |