1
0
mirror of https://passt.top/passt synced 2024-07-01 23:42:41 +00:00

README, hooks: Build HTML man page on push, add a link

Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
This commit is contained in:
Stefano Brivio 2022-02-19 04:47:18 +01:00
parent d634c498c3
commit 39a3531270
2 changed files with 5 additions and 0 deletions

View File

@ -128,6 +128,8 @@ for TCP and UDP, respectively.
- [Contribute](#contribute)
- [Security and Vulnerability Reports](#security-and-vulnerability-reports)
See also the [man page](/builds/latest/web/passt.1.html).
## Motivation
### passt

View File

@ -45,6 +45,9 @@ cd ..
make static
scp passt pasta qrap passt.1 pasta.1 qrap.1 "${USER_HOST}:${BIN}"
man2html -M "/" passt.1 > passt.1.html
scp passt.1.html "${USER_HOST}:${WEB}/"
make pkgs
ssh "${USER_HOST}" "rm -f ${BIN}/*.deb"
ssh "${USER_HOST}" "rm -f ${BIN}/*.rpm"