Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-11-16 03:38:36 +0300
committerJunio C Hamano <gitster@pobox.com>2009-11-16 03:38:36 +0300
commit69abb194eed5b2f06590d0145e4034300c3e7ac9 (patch)
tree196670d23d31d28c88e56ffed5b558277c6a9dbb /Makefile
parentf411c43e8a5102c093681edec3e8a4c5992ac06b (diff)
parent204d363f5a05bba0bdeb13f96a08d5078dcee820 (diff)
Merge branch 'tr/maint-roff-quote' into maint
* 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 3bca8d42cc..30656cf62c 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).
#