Skip to content

Commit 907917d

Browse files
lukebakkenmichaelklishin
authored andcommitted
Add awk rule for new mandoc "Bd Bd-indent" class
(cherry picked from commit 50dc4ec)
1 parent 124d1d0 commit 907917d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ web-manpages: $(WEB_MANPAGES)
265265
gsub(/<h1/, "<h2", line); \
266266
gsub(/<\/h1>/, "</h2>", line); \
267267
gsub(/class="D1"/, "class=\"D1 sourcecode bash hljs\"", line); \
268+
gsub(/class="Bd Bd-indent"/, "class=\"Bd Bd-indent sourcecode bash hljs\"", line); \
268269
print line; \
269270
} } \
270271
' > "$@"

0 commit comments

Comments
 (0)