mirror of https://github.com/OpenTTD/OpenTTD
(svn r3507) - Fix: [Makefile] Make sure the ICON_DIR gets created before copying files there.
- Fix: Fix small syntactic error in the manpage.release/0.5
parent
0993ff118c
commit
d22e2d12cf
1
Makefile
1
Makefile
|
@ -915,6 +915,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