Revision 5945717009cbd07fc303939452df6475ac342fe7 authored by Erwan Mathoniere on 31 May 2016, 16:20:33 UTC, committed by Junio C Hamano on 31 May 2016, 18:42:30 UTC
Backticks are emphasized through monospaced styling in the HTML
version of Git documentation. But they were left unstyled in the
manual pages.

To make the man pages more comfortably read, `MAN_BOLD_LITERAL` was
added by 5121a6d (Documentation: option to render literal text as
bold for manpages, 2009-03-27).  It allowed the user to build the
manpages with literals in bold style.

For precaution it was not set by default back then.

Since 79c461d (docs: default to more modern toolset, 2010-11-19), it
is assumed ASCIIDOC 8 and at least docbook-xsl 1.73 are used, so the
need for compatibility concern is much lessor now.

Remove `MAN_BOLD_LITERAL`, and typeset literals as bold by default .
Add `NO_MAN_BOLD_LITERAL`, a new Makefile option, disabling this
feature when defined.

Signed-off-by: Erwan MATHONIERE <erwan.mathoniere@grenoble-inp.org>
Signed-off-by: Samuel GROOT <samuel.groot@grenoble-inp.org>
Signed-off-by: Tom RUSSELLO <tom.russello@grenoble-inp.org>
Signed-off-by: Matthieu MOY <matthieu.moy@grenoble-inp.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent f3913c2
History
File Mode Size
README -rw-r--r-- 680 bytes
cpp-c++-function -rw-r--r-- 59 bytes
cpp-class-constructor -rw-r--r-- 37 bytes
cpp-class-constructor-mem-init -rw-r--r-- 50 bytes
cpp-class-definition -rw-r--r-- 32 bytes
cpp-class-definition-derived -rw-r--r-- 52 bytes
cpp-class-destructor -rw-r--r-- 31 bytes
cpp-function-returning-global-type -rw-r--r-- 39 bytes
cpp-function-returning-nested -rw-r--r-- 43 bytes
cpp-function-returning-pointer -rw-r--r-- 51 bytes
cpp-function-returning-reference -rw-r--r-- 49 bytes
cpp-gnu-style-function -rw-r--r-- 43 bytes
cpp-namespace-definition -rw-r--r-- 31 bytes
cpp-operator-definition -rw-r--r-- 56 bytes
cpp-skip-access-specifiers -rw-r--r-- 100 bytes
cpp-skip-comment-block -rw-r--r-- 86 bytes
cpp-skip-labels -rw-r--r-- 98 bytes
cpp-struct-definition -rw-r--r-- 159 bytes
cpp-struct-single-line -rw-r--r-- 63 bytes
cpp-template-function-definition -rw-r--r-- 50 bytes
cpp-union-definition -rw-r--r-- 43 bytes
cpp-void-c-function -rw-r--r-- 33 bytes
custom1-pattern -rw-r--r-- 432 bytes
custom2-match-to-end-of-line -rw-r--r-- 120 bytes
custom3-alternation-in-pattern -rw-r--r-- 426 bytes
fountain-scene -rw-r--r-- 88 bytes
java-class-member-function -rw-r--r-- 115 bytes
perl-skip-end-of-heredoc -rw-r--r-- 127 bytes
perl-skip-forward-decl -rw-r--r-- 152 bytes
perl-skip-sub-in-pod -rw-r--r-- 225 bytes
perl-sub-definition -rw-r--r-- 48 bytes
perl-sub-definition-kr-brace -rw-r--r-- 35 bytes

README

back to top