diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-06-03 14:38:02 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-06-03 14:38:02 -0700 |
commit | a8398b952d9d0cb43e0c41431b8326b65fd631fd (patch) | |
tree | ba2a28bc31ce73aafac04c2580e0988ad956f435 /Documentation | |
parent | Merge branch 'pa/cherry-pick-doc-typo' (diff) | |
parent | Documentation: bold literals in man (diff) | |
download | tgif-a8398b952d9d0cb43e0c41431b8326b65fd631fd.tar.xz |
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
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile index f6e288bc63..35c1385ef7 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -146,7 +146,7 @@ else ASCIIDOC_EXTRA += -a git-asciidoc-no-roff endif endif -ifdef MAN_BOLD_LITERAL +ifndef NO_MAN_BOLD_LITERAL XMLTO_EXTRA += -m manpage-bold-literal.xsl endif ifdef DOCBOOK_SUPPRESS_SP |