(svn r4032) -Backport from trunk (3507): 0.4.5
authormatthijs
Wed, 22 Mar 2006 21:04:13 +0000
branch0.4.5
changeset 9951 7a623ae69d11
parent 9950 88a936946fc8
child 9952 5dd99185f887
(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
docs/openttd.6
--- a/Makefile	Wed Mar 22 20:46:07 2006 +0000
+++ b/Makefile	Wed Mar 22 21:04:13 2006 +0000
@@ -911,6 +911,7 @@
 	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
--- a/docs/openttd.6	Wed Mar 22 20:46:07 2006 +0000
+++ b/docs/openttd.6	Wed Mar 22 21:04:13 2006 +0000
@@ -59,6 +59,7 @@
 .It Fl v Ar driver
 Set the video driver, see
 .Fl h
+.El
 .Sh SEE ALSO
 http://wiki.openttd.org/
 .Sh HISTORY