提交 02d034cc 编写于 作者: U Ulf Möller

Create the man directories where the manpages will be put.

上级 2aca27a9
......@@ -356,10 +356,10 @@ install: all install_docs
install_docs:
@$(PERL) $(TOP)/util/mkdir-p.pl \
$(INSTALL_PREFIX)$(OPENSSLDIR)/man/man1 \
$(INSTALL_PREFIX)$(OPENSSLDIR)/man/man3 \
$(INSTALL_PREFIX)$(OPENSSLDIR)/man/man5 \
$(INSTALL_PREFIX)$(OPENSSLDIR)/man/man7
$(INSTALL_PREFIX)$(INSTALLTOP)/man/man1 \
$(INSTALL_PREFIX)$(INSTALLTOP)/man/man3 \
$(INSTALL_PREFIX)$(INSTALLTOP)/man/man5 \
$(INSTALL_PREFIX)$(INSTALLTOP)/man/man7
@echo installing man 1 and man 5
@for i in doc/apps/*.pod; do \
(cd `dirname $$i`; \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册