From mboxrd@z Thu Jan 1 00:00:00 1970 From: Miklos Vajna Subject: [PATCH] Document GNU_ROFF in Makefile Date: Wed, 21 Oct 2009 23:31:49 +0200 Message-ID: <20091021213149.GX6115@genesis.frugalware.org> References: <7a3e6c8c5a11e14c19bc1a27608dcc78171c9feb.1256151199.git.trast@student.ethz.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: git@vger.kernel.org, Anders Kaseorg , Junio C Hamano , bill lam To: Thomas Rast X-From: git-owner@vger.kernel.org Wed Oct 21 23:32:02 2009 Return-path: Envelope-to: gcvg-git-2@lo.gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1N0imn-0005MQ-UK for gcvg-git-2@lo.gmane.org; Wed, 21 Oct 2009 23:32:02 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755402AbZJUVbt (ORCPT ); Wed, 21 Oct 2009 17:31:49 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755396AbZJUVbt (ORCPT ); Wed, 21 Oct 2009 17:31:49 -0400 Received: from virgo.iok.hu ([212.40.97.103]:48184 "EHLO virgo.iok.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754172AbZJUVbp (ORCPT ); Wed, 21 Oct 2009 17:31:45 -0400 Received: from kag.elte.hu (kag.elte.hu [157.181.177.1]) by virgo.iok.hu (Postfix) with ESMTP id B61DA5809B; Wed, 21 Oct 2009 23:31:49 +0200 (CEST) Received: from genesis.frugalware.org (frugalware.elte.hu [157.181.177.34]) by kag.elte.hu (Postfix) with ESMTP id 5683C44906; Wed, 21 Oct 2009 23:31:49 +0200 (CEST) Received: by genesis.frugalware.org (Postfix, from userid 1000) id 36B5B11F002B; Wed, 21 Oct 2009 23:31:49 +0200 (CEST) Content-Disposition: inline In-Reply-To: <7a3e6c8c5a11e14c19bc1a27608dcc78171c9feb.1256151199.git.trast@student.ethz.ch> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Signed-off-by: Miklos Vajna --- On Wed, Oct 21, 2009 at 08:57:27PM +0200, Thomas Rast wrote: > Unfortunately, as Anders Kaseorg kindly pointed out, this is not > portable beyond groff, so we add an extra Makefile variable GNU_ROFF > which you need to enable to get the new quoting. You forgot to document this in Makefile. Maybe this could be just squashed in, Junio will decide. Makefile | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/Makefile b/Makefile index fea237b..40da590 100644 --- a/Makefile +++ b/Makefile @@ -159,6 +159,9 @@ 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 you have GNU roff and you don't want to have pretty +# apostrophe 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). # -- 1.6.5