From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.devel Subject: Re: Guile web page docs Date: Wed, 28 Oct 2009 22:53:02 +0000 Message-ID: <87tyxj871t.fsf@ossau.uklinux.net> References: <87my3kcw42.fsf@ossau.uklinux.net> <874opsbfsp.fsf@gnu.org> <871vktkatf.fsf@ossau.uklinux.net> <87ws2jpak3.fsf@gnu.org> <87ocnupp2a.fsf@ossau.uklinux.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=gb2312 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1256770407 27020 80.91.229.12 (28 Oct 2009 22:53:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 28 Oct 2009 22:53:27 +0000 (UTC) Cc: guile-devel@gnu.org To: ludo@gnu.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Wed Oct 28 23:53:20 2009 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1N3HOH-00021w-Nx for guile-devel@m.gmane.org; Wed, 28 Oct 2009 23:53:17 +0100 Original-Received: from localhost ([127.0.0.1]:57688 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N3HOG-0005Kz-TC for guile-devel@m.gmane.org; Wed, 28 Oct 2009 18:53:16 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N3HOD-0005Js-Gk for guile-devel@gnu.org; Wed, 28 Oct 2009 18:53:13 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N3HO8-0005Dq-OV for guile-devel@gnu.org; Wed, 28 Oct 2009 18:53:12 -0400 Original-Received: from [199.232.76.173] (port=55866 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N3HO8-0005Dj-KI for guile-devel@gnu.org; Wed, 28 Oct 2009 18:53:08 -0400 Original-Received: from mail3.uklinux.net ([80.84.72.33]:51943) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N3HO4-0005TX-RN; Wed, 28 Oct 2009 18:53:05 -0400 Original-Received: from arudy (host86-147-112-196.range86-147.btcentralplus.com [86.147.112.196]) by mail3.uklinux.net (Postfix) with ESMTP id 5F47C1F6910; Wed, 28 Oct 2009 22:53:04 +0000 (GMT) Original-Received: from arudy (arudy [127.0.0.1]) by arudy (Postfix) with ESMTP id 0736E38024; Wed, 28 Oct 2009 22:53:02 +0000 (GMT) In-Reply-To: <87ocnupp2a.fsf@ossau.uklinux.net> (Neil Jerram's message of "Mon, 26 Oct 2009 07:55:09 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:9598 Archived-At: >>>> (BTW, Gnulib has a new script to automate updates to >>>> www.gnu.org/software/PROJECT/manual.) >>> >>> Right; I assume you mean gendocs.sh. >> >> I was thinking about the =A1=AEgnu-web-doc-update=A1=AF module. > > I'll take a look, thanks. [guile-user trimmed] This doesn't look so useful to me. It makes assumptions about the package that don't hold for Guile: a bootstrap script (our autogen.sh); manual in doc/manual; and a `make web-manual' Makefile target. We could make Guile conform to those assumptions, but I'm not sure it's worth it. Isn't it already pretty easy to use gendocs.sh, copy the generated files into the web-pages tree, and commit? (I've actually never used gendocs.sh.) Certainly for the 1.9/2.0 docs, it's trivial to just do `make html' followed by `cp -a doc/ref/guile.html ../web-pages/docs/master/'. Neil