From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonathan Nieder Subject: [PATCH 1/9] Describe DOCBOOK_XSL_172, ASCIIDOC_NO_ROFF options in Makefile Date: Fri, 9 Oct 2009 05:15:29 -0500 Message-ID: <20091009101529.GA16558@progeny.tock> References: <20091009101400.GA16549@progeny.tock> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii To: git@vger.kernel.org X-From: git-owner@vger.kernel.org Fri Oct 09 12:15:03 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 1MwCUx-0002is-9h for gcvg-git-2@lo.gmane.org; Fri, 09 Oct 2009 12:14:55 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760632AbZJIKOC (ORCPT ); Fri, 9 Oct 2009 06:14:02 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1760617AbZJIKOB (ORCPT ); Fri, 9 Oct 2009 06:14:01 -0400 Received: from mail-yw0-f176.google.com ([209.85.211.176]:39978 "EHLO mail-yw0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760605AbZJIKOA (ORCPT ); Fri, 9 Oct 2009 06:14:00 -0400 Received: by ywh6 with SMTP id 6so6100934ywh.4 for ; Fri, 09 Oct 2009 03:13:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=EfNHLWya0W8SFoU9iqjlAkTyWwupUMqcQFjLB+64nGE=; b=uPcKEBSwHyDVxKHygRb/LVjQiswk4N+Pb+98VV7YXB/38M99Hpia6CjPHRz5rk91zU 0BvkGW3w2b+tq2Cb6FHoiEgrlE3C/OR+T2qVrz9BhbyqhssYedUboLamrmGGEc8GDr/Y thx32TZXk89VpkhqOxhTjk3f/gat3QGamg8eI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=ix7lLRgfVaXyK9sIO5j5f4N5sIY5EHbR+4F+wNcIkltEBuG41OK2hP75Pk+LHUGoCx QwTsKGG6AkivuQ0o3ZegiCjShHPkj/WstT02jy+JbKsuVyffgwqj8h4iMxkle48G8VUn tveDn+rtk8Vr3UM7pcdYKPeEXML6XJj9wX0Ak= Received: by 10.151.20.18 with SMTP id x18mr4484384ybi.7.1255082838938; Fri, 09 Oct 2009 03:07:18 -0700 (PDT) Received: from progeny.tock (c-98-212-3-231.hsd1.il.comcast.net [98.212.3.231]) by mx.google.com with ESMTPS id 16sm444931gxk.11.2009.10.09.03.07.18 (version=SSLv3 cipher=RC4-MD5); Fri, 09 Oct 2009 03:07:18 -0700 (PDT) Content-Disposition: inline In-Reply-To: <20091009101400.GA16549@progeny.tock> 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: There is excellent documentation for these options in Documentation/Makefile, but some users may never find it. Signed-off-by: Jonathan Nieder --- Makefile | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index dd3d520..929d592 100644 --- a/Makefile +++ b/Makefile @@ -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). -- 1.6.5.rc1.199.g596ec