Actually create the man/ subdirectories before installing.
This commit is contained in:
parent
081daf7d21
commit
7b6e3c0918
|
@ -50,7 +50,8 @@ $(INCLUDES):
|
||||||
for i in $(INCLUDES); do $(LN_S) $(TOPSRCDIR)/$$i $$i || exit 1; done
|
for i in $(INCLUDES); do $(LN_S) $(TOPSRCDIR)/$$i $$i || exit 1; done
|
||||||
|
|
||||||
install::
|
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.man $(mandir)/man$(prog_manext)/wine.$(prog_manext)
|
||||||
$(INSTALL_DATA) wine.conf.man $(mandir)/man$(conf_manext)/wine.conf.$(conf_manext)
|
$(INSTALL_DATA) wine.conf.man $(mandir)/man$(conf_manext)/wine.conf.$(conf_manext)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue