Actually create the man/ subdirectories before installing.

This commit is contained in:
Marcus Meissner 1999-07-31 17:29:20 +00:00 committed by Alexandre Julliard
parent 081daf7d21
commit 7b6e3c0918
1 changed files with 2 additions and 1 deletions

View File

@ -50,7 +50,8 @@ $(INCLUDES):
for i in $(INCLUDES); do $(LN_S) $(TOPSRCDIR)/$$i $$i || exit 1; done
install::
[ -d $(mandir) ] || mkdir -p $(mandir)
$(INSTALL) -d $(mandir)/man$(prog_manext)
$(INSTALL) -d $(mandir)/man$(conf_manext)
$(INSTALL_DATA) wine.man $(mandir)/man$(prog_manext)/wine.$(prog_manext)
$(INSTALL_DATA) wine.conf.man $(mandir)/man$(conf_manext)/wine.conf.$(conf_manext)