diff options
author | Jonathan Nieder <jrnieder@gmail.com> | 2009-10-09 05:15:29 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-10-09 14:38:14 -0700 |
commit | 162213d2329d5e87f9b74ed8153ce7008788d213 (patch) | |
tree | 126e9bfc488356ee701838ebf32b01e24b9b7095 /Makefile | |
parent | a8c9bef4e0b87e596f37ec238991b447c739dee9 (diff) | |
download | git-162213d2329d5e87f9b74ed8153ce7008788d213.tar.gz git-162213d2329d5e87f9b74ed8153ce7008788d213.tar.xz |
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 <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -153,7 +153,11 @@ all:: # # Define ASCIIDOC8 if you want to format documentation with AsciiDoc 8 # -# Define DOCBOOK_XSL_172 if you want to format man pages with DocBook XSL v1.72. +# Define DOCBOOK_XSL_172 if you want to format man pages with DocBook XSL v1.72 +# (not v1.73 or v1.71). +# +# Define ASCIIDOC_NO_ROFF if your DocBook XSL escapes raw roff directives +# (versions 1.72 and later and 1.68.1 and earlier). # # Define NO_PERL_MAKEMAKER if you cannot use Makefiles generated by perl's # MakeMaker (e.g. using ActiveState under Cygwin). |