(svn r3507) - Fix: [Makefile] Make sure the ICON_DIR gets created before copying files there.
authormatthijs
Wed, 01 Feb 2006 01:36:18 +0000
changeset 2948 edc063de1950
parent 2947 c6c6af1d9664
child 2949 54f07f2a201a
(svn r3507) - 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	Tue Jan 31 23:38:58 2006 +0000
+++ b/Makefile	Wed Feb 01 01:36:18 2006 +0000
@@ -915,6 +915,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	Tue Jan 31 23:38:58 2006 +0000
+++ b/docs/openttd.6	Wed Feb 01 01:36:18 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