From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Johnsen Subject: [PATCH v2 4/8] Documentation: move quieting params into manpage-base.xsl Date: Fri, 27 Mar 2009 01:44:01 -0500 Message-ID: <1238136245-22853-5-git-send-email-chris_johnsen@pobox.com> References: <1238136245-22853-1-git-send-email-chris_johnsen@pobox.com> Cc: Jeff King , git@vger.kernel.org, Chris Johnsen To: Junio C Hamano X-From: git-owner@vger.kernel.org Fri Mar 27 07:48:09 2009 Return-path: Envelope-to: gcvg-git-2@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1Ln5rD-0008Hu-NA for gcvg-git-2@gmane.org; Fri, 27 Mar 2009 07:48:00 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753756AbZC0Gp2 (ORCPT ); Fri, 27 Mar 2009 02:45:28 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750982AbZC0Gp1 (ORCPT ); Fri, 27 Mar 2009 02:45:27 -0400 Received: from a-sasl-quonix.sasl.smtp.pobox.com ([208.72.237.25]:45530 "EHLO sasl.smtp.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751072AbZC0Gp0 (ORCPT ); Fri, 27 Mar 2009 02:45:26 -0400 Received: from localhost.localdomain (unknown [127.0.0.1]) by a-sasl-quonix.sasl.smtp.pobox.com (Postfix) with ESMTP id E20429359; Fri, 27 Mar 2009 02:45:24 -0400 (EDT) Received: from localhost.localdomain (unknown [75.53.43.147]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-sasl-quonix.sasl.smtp.pobox.com (Postfix) with ESMTPSA id CB7139358; Fri, 27 Mar 2009 02:45:19 -0400 (EDT) X-Mailer: git-send-email 1.6.2.1.401.gc048 In-Reply-To: <1238136245-22853-1-git-send-email-chris_johnsen@pobox.com> X-Pobox-Relay-ID: D9CE6616-1A9A-11DE-BDDE-C5D912508E2D-07245699!a-sasl-quonix.pobox.com Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Move a couple of XSL parameters that act to silence informational/warning messages generated when running xmlto from manpage-1.72.xsl to manpage-base.xsl. Since unused parameters are silently ignored, there is no problem if some version of docbook-xsl does not know about these parameters. The only problem might be if a version of docbook-xsl uses the parameters for alternate functionality. Since both parameters have fairly specific names such a situation is unlikely. Testing done with asciidoc 8.3.1 and docbook-xsl 1.74.0. Signed-off-by: Chris Johnsen --- I am not sure why these were only in the -1.72 variant. They should probably be in -base (done by this patch) or in neither variant. If there is a good reason for having it only in -1.72, this patch can be dropped entirely, the rest do not depend on it. --- Documentation/manpage-1.72.xsl | 4 ---- Documentation/manpage-base.xsl | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/manpage-1.72.xsl b/Documentation/manpage-1.72.xsl index e24d26c..b4d315c 100644 --- a/Documentation/manpage-1.72.xsl +++ b/Documentation/manpage-1.72.xsl @@ -11,8 +11,4 @@ - - - - diff --git a/Documentation/manpage-base.xsl b/Documentation/manpage-base.xsl index 6d3eb19..a264fa6 100644 --- a/Documentation/manpage-base.xsl +++ b/Documentation/manpage-base.xsl @@ -3,6 +3,10 @@ + + + + -- 1.6.2.1.401.gc048