提交 e990ec52 编写于 作者: R Richard Levitte

Use the process_docs script to install docs on Windows and VMS

Reviewed-by: NRich Salz <rsalz@openssl.org>
上级 2bc57c88
......@@ -418,6 +418,10 @@ vmsconfig.pm : configdata.pm
WRITE CONFIG "1;"
CLOSE CONFIG
install_html_docs : check_INSTALLTOP
@ $(PERL) {- sourcefile("util", "process_docs.pl") -} -
--destdir=ossl_installroot:[HTML] --type=html
check_INSTALLTOP :
@ IF "$(INSTALLTOP)" .EQS. "" THEN -
WRITE SYS$ERROR "INSTALLTOP should not be empty"
......
......@@ -189,6 +189,8 @@ install_sw: all install_dev install_engines install_runtime
uninstall_sw: uninstall_runtime uninstall_engines uninstall_dev
install_docs:
$(PERL) $(SRCDIR)\util\process_docs.pl \
"--destdir=$(DESTDIR)$(INSTALLTOP)\html" --type=html
uninstall_docs:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册