From a32ae499f549e379ec2bbf63274f65c06babd34a Mon Sep 17 00:00:00 2001 From: Nakidai Date: Sat, 31 Aug 2024 03:02:43 +0300 Subject: [PATCH] Add mandoc link to --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 25d5cd1..eebacc4 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,8 @@ FILES = ${GEN} style.css pubkey.asc all: ${GEN} index.html: index.7 - mandoc -Thtml index.7 -Ostyle=style.css > index.html + mandoc -Thtml index.7 -Ostyle=style.css | sed -e '//a\ + ' > index.html cstyle.html: cstyle.7 mandoc -Thtml cstyle.7 -Ostyle=style.css > cstyle.html