(svn r3507) - Fix: [Makefile] Make sure the ICON_DIR gets created before copying files there.

- Fix: Fix small syntactic error in the manpage.
replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
matthijs 19 years ago
parent 0993ff118c
commit d22e2d12cf

@ -915,6 +915,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

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

Loading…
Cancel
Save