From owner-svn-doc-head@FreeBSD.ORG Fri Sep 14 15:35:19 2012 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 13719106564A; Fri, 14 Sep 2012 15:35:19 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id F2A878FC0A; Fri, 14 Sep 2012 15:35:18 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8EFZIsD052207; Fri, 14 Sep 2012 15:35:18 GMT (envelope-from hrs@svn.freebsd.org) Received: (from hrs@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8EFZIce052204; Fri, 14 Sep 2012 15:35:18 GMT (envelope-from hrs@svn.freebsd.org) Message-Id: <201209141535.q8EFZIce052204@svn.freebsd.org> From: Hiroki Sato Date: Fri, 14 Sep 2012 15:35:18 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r39539 - head/share/mk X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2012 15:35:19 -0000 Author: hrs Date: Fri Sep 14 15:35:18 2012 New Revision: 39539 URL: http://svn.freebsd.org/changeset/doc/39539 Log: Suppress HTML Tidy's version string output. Modified: head/share/mk/doc.docbook.mk Modified: head/share/mk/doc.docbook.mk ============================================================================== --- head/share/mk/doc.docbook.mk Fri Sep 14 15:10:22 2012 (r39538) +++ head/share/mk/doc.docbook.mk Fri Sep 14 15:35:18 2012 (r39539) @@ -257,7 +257,7 @@ TOUCH?= /usr/bin/touch XARGS?= /usr/bin/xargs GROFF?= groff -TIDY_VER!= ${TIDY} -v +TIDY_VER!= ${TIDY} -v 2>&1 .if ${TIDY_VER} == "HTML Tidy for FreeBSD released on 7 December 2008" TIDYOPTS?= -wrap 90 -m -raw --preserve-entities yes -f /dev/null -asxml ${TIDYFLAGS} .else