Commit e990ec52 authored by Richard Levitte's avatar Richard Levitte
Browse files

Use the process_docs script to install docs on Windows and VMS



Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent 2bc57c88
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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"
+2 −0
Original line number Diff line number Diff line
@@ -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: