Use the process_docs script to install docs on Windows and VMS
Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
2bc57c88d8
commit
e990ec5234
2 changed files with 6 additions and 0 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue