From 5d0ed8fab85e2ce480fbbf986b7628aebcaf557e Mon Sep 17 00:00:00 2001 From: matthijs Date: Wed, 22 Mar 2006 21:04:13 +0000 Subject: [PATCH] (svn r4032) -Backport from trunk (3507): - Fix: [Makefile] Make sure the ICON_DIR gets created before copying files there. - Fix: Fix small syntactic error in the manpage. --- Makefile | 1 + docs/openttd.6 | 1 + 2 files changed, 2 insertions(+) diff --git a/Makefile b/Makefile index fff32dc7d3..7907d0540c 100644 --- a/Makefile +++ b/Makefile @@ -911,6 +911,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 01932b4ab5..3bb44a5bc8 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