summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2009-10-30 20:05:54 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2009-10-30 20:05:54 -0700
commit92246f6bcf41f1287009e73fc501c36ae9fdeeb4 (patch)
tree9e10252ce0ac2f502b51e51087189e83575448ce /Makefile
parentMerge branch 'ja/fetch-doc' (diff)
parentQuote ' as \(aq in manpages (diff)
downloadtgif-92246f6bcf41f1287009e73fc501c36ae9fdeeb4.tar.xz
Merge branch 'tr/maint-roff-quote'
* tr/maint-roff-quote: Quote ' as \(aq in manpages
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 268aede566..9c5d299f4d 100644
--- a/Makefile
+++ b/Makefile
@@ -159,6 +159,10 @@ all::
# 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).
#