Use the process_docs script to install docs on Windows and VMS

Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
Richard Levitte 2016-05-19 16:33:58 +02:00
parent 2bc57c88d8
commit e990ec5234
2 changed files with 6 additions and 0 deletions

View file

@ -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"

View file

@ -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: