(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.
This commit is contained in:
matthijs 2006-03-22 21:04:13 +00:00
parent ed7df6e2bf
commit 5d0ed8fab8
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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