Skip to content

Commit 162213d

Browse files
jrngitster
authored andcommitted
Describe DOCBOOK_XSL_172, ASCIIDOC_NO_ROFF options in Makefile
There is excellent documentation for these options in Documentation/Makefile, but some users may never find it. Signed-off-by: Jonathan Nieder <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent a8c9bef commit 162213d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,11 @@ all::
153153
#
154154
# Define ASCIIDOC8 if you want to format documentation with AsciiDoc 8
155155
#
156-
# Define DOCBOOK_XSL_172 if you want to format man pages with DocBook XSL v1.72.
156+
# Define DOCBOOK_XSL_172 if you want to format man pages with DocBook XSL v1.72
157+
# (not v1.73 or v1.71).
158+
#
159+
# Define ASCIIDOC_NO_ROFF if your DocBook XSL escapes raw roff directives
160+
# (versions 1.72 and later and 1.68.1 and earlier).
157161
#
158162
# Define NO_PERL_MAKEMAKER if you cannot use Makefiles generated by perl's
159163
# MakeMaker (e.g. using ActiveState under Cygwin).

0 commit comments

Comments
 (0)