Fix generation of html man page in Makefile

Signed-off-by: AntonioND <antonio_nd@outlook.com>
This commit is contained in:
AntonioND
2017-04-02 20:24:29 +01:00
parent ec5eb4f9ff
commit 2138bb46fd

View File

@@ -141,5 +141,7 @@ wwwman:
rgbfix.html rgbfix.html
$Qmandoc ${MANDOC} src/link/rgblink.1 | sed s/OpenBSD/General/ > \ $Qmandoc ${MANDOC} src/link/rgblink.1 | sed s/OpenBSD/General/ > \
rgblink.html rgblink.html
$Qmandoc ${MANDOC} src/link/rgblink.5 | sed s/OpenBSD/General/ > \
rgblink-script.html
$Qmandoc ${MANDOC} src/gfx/rgbgfx.1 | sed s/OpenBSD/General/ > \ $Qmandoc ${MANDOC} src/gfx/rgbgfx.1 | sed s/OpenBSD/General/ > \
rgbgfx.html rgbgfx.html