Skip to content

Commit a8398b9

Browse files
committed
Merge branch 'em/man-bold-literal'
The manpage output of our documentation did not render well in terminal; typeset literals in bold by default to make them stand out more. * em/man-bold-literal: Documentation: bold literals in man
2 parents 1df2d6e + 5945717 commit a8398b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ else
146146
ASCIIDOC_EXTRA += -a git-asciidoc-no-roff
147147
endif
148148
endif
149-
ifdef MAN_BOLD_LITERAL
149+
ifndef NO_MAN_BOLD_LITERAL
150150
XMLTO_EXTRA += -m manpage-bold-literal.xsl
151151
endif
152152
ifdef DOCBOOK_SUPPRESS_SP

0 commit comments

Comments
 (0)