mirror of https://github.com/OpenTTD/OpenTTD
(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.release/0.4.5
parent
ed7df6e2bf
commit
5d0ed8fab8
1
Makefile
1
Makefile
|
@ -911,6 +911,7 @@ endif
|
||||||
install -d $(DATA_DIR_INSTALL)/lang \
|
install -d $(DATA_DIR_INSTALL)/lang \
|
||||||
$(DATA_DIR_INSTALL)/data \
|
$(DATA_DIR_INSTALL)/data \
|
||||||
$(DATA_DIR_INSTALL)/gm \
|
$(DATA_DIR_INSTALL)/gm \
|
||||||
|
$(ICON_DIR_INSTALL) \
|
||||||
$(BINARY_DIR_INSTALL)
|
$(BINARY_DIR_INSTALL)
|
||||||
ifndef USE_HOMEDIR
|
ifndef USE_HOMEDIR
|
||||||
mkdir -p $(PERSONAL_DIR)/scenario
|
mkdir -p $(PERSONAL_DIR)/scenario
|
||||||
|
|
|
@ -59,6 +59,7 @@ Set the starting date
|
||||||
.It Fl v Ar driver
|
.It Fl v Ar driver
|
||||||
Set the video driver, see
|
Set the video driver, see
|
||||||
.Fl h
|
.Fl h
|
||||||
|
.El
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
http://wiki.openttd.org/
|
http://wiki.openttd.org/
|
||||||
.Sh HISTORY
|
.Sh HISTORY
|
||||||
|
|
Loading…
Reference in New Issue