Merge branch 'tr/maint-roff-quote'
authorJunio C Hamano <gitster@pobox.com>
Sat, 31 Oct 2009 03:05:54 +0000 (20:05 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sat, 31 Oct 2009 03:05:54 +0000 (20:05 -0700)
* tr/maint-roff-quote:
Quote ' as \(aq in manpages

1  2 
Documentation/Makefile
Makefile
Simple merge
diff --cc Makefile
index 268aede566c29bdf5f4e19fb2a6819fc197c0fbb,79747174190ff5ddc09558af1b90daae01176874..9c5d299f4d0cae315430ac84b6e9932eed2d5118
+++ b/Makefile
@@@ -153,12 -140,12 +153,16 @@@ 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 GNU_ROFF if your target system uses GNU groff.  This forces
+ # apostrophes to be ASCII so that cut&pasting examples to the shell
+ # will work.
+ #
  # Define NO_PERL_MAKEMAKER if you cannot use Makefiles generated by perl's
  # MakeMaker (e.g. using ActiveState under Cygwin).
  #