Re: [Openvpn-devel] [PATCH v4] Add building man page on Windows

2021-08-26 Thread Samuli Seppänen
Il 25/08/21 19:47, Lev Stipakov ha scritto: From: Lev Stipakov Use rst2html to build html from rst. Ignore errors, this is not fatal and affects only MSI build. Modify MSVC GitHub Actions to install python3/rst2html and add html man page to artifacts. Signed-off-by: Lev Stipakov --- v4:

[Openvpn-devel] [PATCH v4] Add building man page on Windows

2021-08-26 Thread Lev Stipakov
From: Lev Stipakov Use rst2html to build html from rst. Ignore errors, this is not fatal and affects only MSI build. Modify MSVC GitHub Actions to install python3/rst2html and add html man page to artifacts. Signed-off-by: Lev Stipakov --- v4: - really replace "python3" with "python" v3: