summaryrefslogtreecommitdiff
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
commitd22e2d12cf22465fe4928ff3529e0fcee4cab489 (patch)
treef4b9f1581376df8b985904a3080c54571e78026a
parent0993ff118c3ff546ac7e05220942d569767d9166 (diff)
downloadopenttd-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.
-rw-r--r--Makefile1
-rw-r--r--docs/openttd.61
2 files changed, 2 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
diff --git a/docs/openttd.6 b/docs/openttd.6
index 01932b4ab..3bb44a5bc 100644
--- a/docs/openttd.6
+++ b/docs/openttd.6
@@ -59,6 +59,7 @@ Set the starting date
.It Fl v Ar driver
Set the video driver, see
.Fl h
+.El
.Sh SEE ALSO
http://wiki.openttd.org/
.Sh HISTORY