rabbit/Makefile: Delete `.html` from local URL in manpages

This commit is contained in:
Jean-Sébastien Pédron 2024-09-23 13:24:54 +02:00
parent 89fc33a0f2
commit fe10cd88c3
No known key found for this signature in database
GPG Key ID: 39E99761A5FD94CC
1 changed files with 1 additions and 0 deletions

View File

@ -307,6 +307,7 @@ web-manpages: $(WEB_MANPAGES) $(MD_MANPAGES)
gsub(/class="D1"/, "class=\"D1 lang-bash\"", line); \
gsub(/class="Bd Bd-indent"/, "class=\"Bd Bd-indent lang-bash\"", line); \
gsub(/&#[xX]201[cCdD];/, "\\"", line); \
gsub(/\.html/, "", line); \
print line; \
} } \
' > "$@"