From: Richard Levitte Date: Thu, 19 May 2016 14:33:58 +0000 (+0200) Subject: Use the process_docs script to install docs on Windows and VMS X-Git-Tag: OpenSSL_1_1_0-pre6~759 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e990ec5234d9daad66359833c40e4536d7fce499;p=oweals%2Fopenssl.git Use the process_docs script to install docs on Windows and VMS Reviewed-by: Rich Salz --- diff --git a/Configurations/descrip.mms.tmpl b/Configurations/descrip.mms.tmpl index 5f07637ee6..7c4715d631 100644 --- a/Configurations/descrip.mms.tmpl +++ b/Configurations/descrip.mms.tmpl @@ -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" diff --git a/Configurations/windows-makefile.tmpl b/Configurations/windows-makefile.tmpl index b04d850e6d..3f92f1400e 100644 --- a/Configurations/windows-makefile.tmpl +++ b/Configurations/windows-makefile.tmpl @@ -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: