We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.html
1 parent 0afbef0 commit 3d9deb9Copy full SHA for 3d9deb9
deps/rabbit/Makefile
@@ -295,6 +295,7 @@ web-manpages: $(WEB_MANPAGES) $(MD_MANPAGES)
295
gsub(/class="D1"/, "class=\"D1 lang-bash\"", line); \
296
gsub(/class="Bd Bd-indent"/, "class=\"Bd Bd-indent lang-bash\"", line); \
297
gsub(/&#[xX]201[cCdD];/, "\\"", line); \
298
+ gsub(/\.html/, "", line); \
299
print line; \
300
} } \
301
' > "$@"
0 commit comments