Create man7 directory if needed.
This commit is contained in:
parent
9cb9771e33
commit
e551348cd7
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -54,6 +54,7 @@ MANTYPES=$(subst /man.rst,.rst,$(MANTYPEPREFIX))
|
|||
|
||||
# Link manpage: do not create man.html but correct named file
|
||||
$(MAN7DSTDIR)/cdist-type%.rst: $(TYPEDIR)/%/man.rst
|
||||
mkdir -p $(MAN7DSTDIR)
|
||||
ln -sf "../../../$^" $@
|
||||
|
||||
# Manpages #2: reference
|
||||
|
|
Loading…
Reference in a new issue