Skip to content

Commit 3d9deb9

Browse files
committed
rabbit/Makefile: Delete .html from local URL in manpages
(cherry picked from commit fe10cd8) (cherry picked from commit 78c6a90)
1 parent 0afbef0 commit 3d9deb9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deps/rabbit/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@ web-manpages: $(WEB_MANPAGES) $(MD_MANPAGES)
295295
gsub(/class="D1"/, "class=\"D1 lang-bash\"", line); \
296296
gsub(/class="Bd Bd-indent"/, "class=\"Bd Bd-indent lang-bash\"", line); \
297297
gsub(/&#[xX]201[cCdD];/, "\\"", line); \
298+
gsub(/\.html/, "", line); \
298299
print line; \
299300
} } \
300301
' > "$@"

0 commit comments

Comments
 (0)