rabbit/Makefile: Delete `.html` from local URL in manpages
This commit is contained in:
parent
89fc33a0f2
commit
fe10cd88c3
|
@ -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; \
|
||||
} } \
|
||||
' > "$@"
|
||||
|
|
Loading…
Reference in New Issue