From owner-freebsd-doc@FreeBSD.ORG Wed May 21 14:59:31 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40E0D37B401; Wed, 21 May 2003 14:59:31 -0700 (PDT) Received: from smtp.eos.ocn.ne.jp (eos.ocn.ne.jp [211.6.83.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D8D743FB1; Wed, 21 May 2003 14:59:30 -0700 (PDT) (envelope-from hrs@eos.ocn.ne.jp) Received: from mail.allbsd.org (p55230-adsao12honb4-acca.tokyo.ocn.ne.jp [220.96.137.230]) by smtp.eos.ocn.ne.jp (Postfix) with ESMTP id 136558D76; Thu, 22 May 2003 06:59:29 +0900 (JST) Received: from localhost (alph.allbsd.org [192.168.0.10]) h4LLwQJp046693; Thu, 22 May 2003 06:58:26 +0900 (JST) (envelope-from hrs@eos.ocn.ne.jp) Date: Thu, 22 May 2003 06:45:47 +0900 (JST) Message-Id: <20030522.064547.112628124.hrs@eos.ocn.ne.jp> To: trhodes@freebsd.org, jesusr@freebsd.org From: Hiroki Sato In-Reply-To: <20030521165628.39bdfaf5.trhodes@FreeBSD.org> References: <20030521165628.39bdfaf5.trhodes@FreeBSD.org> X-PGPkey-fingerprint: BDB3 443F A5DD B3D0 A530 FFD7 4F2C D3D8 2793 CF2D X-Mailer: Mew version 3.2 on Emacs 20.7 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: FreeBSD-doc@freebsd.org Subject: Re: Error in Spanish translation files. X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 May 2003 21:59:31 -0000 Tom Rhodes wrote in <20030521165628.39bdfaf5.trhodes@FreeBSD.org>: trhodes> /bin/cat /usr/home/trhodes/work/doc/es_ES.ISO8859-1/books/faq/../../../share/misc/docbook.css > docbook.css trhodes> /usr/local/bin/jade -V html-manifest -ioutput.html -d /usr/home/trhodes/work/doc/es_ES.ISO8859-1/books/faq/../../../share/sgml/default.dsl -V %generate-legalnotice-link% -V %generate-docformat-navi-link% -ioutput.html.images -D /usr/obj/usr/home/trhodes/work/doc/es_ES.ISO8859-1/books/faq -c /usr/home/trhodes/work/doc/es_ES.ISO8859-1/books/faq/../../../es_ES.ISO8859-1/share/sgml/catalog -c /usr/home/trhodes/work/doc/es_ES.ISO8859-1/books/faq/../../../share/sgml/catalog -c /usr/local/share/sgml/docbook/dsssl/modular/catalog -c /usr/local/share/sgml/iso8879/catalog -c /usr/local/share/sgml/docbook/catalog -c /usr/local/share/sgml/jade/catalog -t sgml /usr/home/trhodes/work/doc/es_ES.ISO8859-1/books/faq/book.sgml trhodes> /usr/local/bin/jade:/usr/home/trhodes/work/doc/es_ES.ISO8859-1/books/faq/../../../share/sgml/freebsd.dsl:190:31:E: missing argument for function call trhodes> /usr/local/bin/tidy -i -m -raw -preserve -f /dev/null -asxml $(/usr/bin/xargs < HTML.manifest) This error is due to the old definition of ($create-refentry-xref-link$) in es_ES.ISO8859-1/share/sgml/freebsd.dsl. Merging the changes in the latest English version solves it, but the function should be defined in share/sgml/freebsd.dsl instead of en_US.ISO8859-1/share/sgml/freebsd.dsl to avoid such situation. It can be solved using the patch I previously posted on -doc (<20030426.235434.116360718.hrs@eos.ocn.ne.jp>) and jesusr@ already gave to me to the commit approval. Although I think I will merge that after 5.1R is released, I will take care soon including fixes for the other languages by reason of the feedback timeout. -- | Hiroki SATO /