From owner-svn-doc-projects@FreeBSD.ORG Sun Aug 5 23:44:25 2012 Return-Path: Delivered-To: svn-doc-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EDDDA106566B; Sun, 5 Aug 2012 23:44:25 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from server.mypc.hu (server.mypc.hu [87.229.73.95]) by mx1.freebsd.org (Postfix) with ESMTP id 9BFAE8FC0C; Sun, 5 Aug 2012 23:44:25 +0000 (UTC) Received: from server.mypc.hu (localhost [127.0.0.1]) by server.mypc.hu (Postfix) with ESMTP id 151F114E7E47; Mon, 6 Aug 2012 01:44:18 +0200 (CEST) X-Virus-Scanned: amavisd-new at server.mypc.hu Received: from server.mypc.hu ([127.0.0.1]) by server.mypc.hu (server.mypc.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id OSKFTMLbymOm; Mon, 6 Aug 2012 01:44:17 +0200 (CEST) Received: from [192.168.1.105] (D94162B4.catv.pool.telekom.hu [217.65.98.180]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by server.mypc.hu (Postfix) with ESMTPSA id 7429014E7E46; Mon, 6 Aug 2012 01:44:17 +0200 (CEST) Message-ID: <501F0550.1070202@FreeBSD.org> Date: Mon, 06 Aug 2012 01:44:16 +0200 From: Gabor Kovesdan User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20120614 Thunderbird/13.0.1 MIME-Version: 1.0 To: Glen Barber References: <201208052304.q75N4mSd039371@svn.freebsd.org> <20120805232842.GC1474@glenbarber.us> In-Reply-To: <20120805232842.GC1474@glenbarber.us> X-Enigmail-Version: 1.4.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: svn-doc-projects@freebsd.org, doc-committers@freebsd.org Subject: Re: svn commit: r39325 - projects/sgml2xml/en_US.ISO8859-1/htdocs/multimedia X-BeenThere: svn-doc-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for doc projects trees List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Aug 2012 23:44:26 -0000 Em 06-08-2012 01:28, Glen Barber escreveu: > On Sun, Aug 05, 2012 at 11:04:48PM +0000, Gabor Kovesdan wrote: >> > Author: gabor >> > Date: Sun Aug 5 23:04:47 2012 >> > New Revision: 39325 >> > URL: http://svn.freebsd.org/changeset/doc/39325 >> > >> > Log: >> > - XMLify the multimedia section >> > - Fix the clean target while here >> > > Hmm, does this change to 'make clean' fix what is causing the > multimedia chapter in head/ to be rebuilt regardless of if there > were changes? No, it doesn't change behavior at all just ensures that "make all clean" gives back a clean state as if it weren't touched. Unfortunately, this whole multimedia section is very messy and still there are some things I don't understand about it (most particularly, why it generates both html and sgml if it uses the sgml files in the next step to generate html). I'm thinking of using XSLT for this but because of its complexity it isn't that trivial either. At least the input file can be validated now. > If so, any chance this can also be applied to head/? Imo, the whole branch should be merged back as one commit but when it is ready. There are still things to clean up but I think it won't take that much. I'd say one week plus some more time so that people can review it and also review the output. Gabor