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

- Fix: Fix small syntactic error in the manpage.
pull/155/head
matthijs 19 years ago
parent 95ccec58a3
commit a893361692

@ -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…
Cancel
Save