From owner-svn-doc-all@FreeBSD.ORG Tue Oct 2 18:26:45 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 03CF2106566B; Tue, 2 Oct 2012 18:26:45 +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 E2FD58FC0A; Tue, 2 Oct 2012 18:26:44 +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 q92IQirO083910; Tue, 2 Oct 2012 18:26:44 GMT (envelope-from hrs@svn.freebsd.org) Received: (from hrs@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q92IQi0r083908; Tue, 2 Oct 2012 18:26:44 GMT (envelope-from hrs@svn.freebsd.org) Message-Id: <201210021826.q92IQi0r083908@svn.freebsd.org> From: Hiroki Sato Date: Tue, 2 Oct 2012 18:26:44 +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: r39640 - head/zh_CN.GB2312/share/mk X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2012 18:26:45 -0000 Author: hrs Date: Tue Oct 2 18:26:44 2012 New Revision: 39640 URL: http://svn.freebsd.org/changeset/doc/39640 Log: Fix build. Spotted by: bz Modified: head/zh_CN.GB2312/share/mk/doc.local.mk Modified: head/zh_CN.GB2312/share/mk/doc.local.mk ============================================================================== --- head/zh_CN.GB2312/share/mk/doc.local.mk Tue Oct 2 16:51:46 2012 (r39639) +++ head/zh_CN.GB2312/share/mk/doc.local.mk Tue Oct 2 18:26:44 2012 (r39640) @@ -32,4 +32,4 @@ JADETEX_PREPROCESS= ${CJKTEXSTY} ${CJKTE print.index: ${SRCS} ${LOCAL_IMAGES_TXT} ${INIT_INDEX_SGML_CMD} ${JADE_CMD} -V html-index -V nochunks ${HTMLOPTS} -ioutput.html.images \ - -ioutput.for.print ${JADEOPTS} -t sgml ${MASTERDOC} > /dev/null + -ioutput.for.print ${JADEOPTS} -t sgml ${XMLDECL} ${MASTERDOC} > /dev/null