Skip to content
Snippets Groups Projects
Commit 7b6e3c09 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard
Browse files

Actually create the man/ subdirectories before installing.

parent 081daf7d
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment