From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ludo@gnu.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) Newsgroups: gmane.lisp.guile.bugs Subject: Re: Problem generating documentation Date: Wed, 28 Oct 2009 23:22:26 +0100 Message-ID: <87my3bb1lp.fsf@gnu.org> References: <873a59rx0h.fsf@ossau.uklinux.net> <878wexyhyn.fsf@gnu.org> <8763a0lejq.fsf@ossau.uklinux.net> <878wevlx8c.fsf@gnu.org> <873a539qp9.fsf@ossau.uklinux.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1256768572 20489 80.91.229.12 (28 Oct 2009 22:22:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 28 Oct 2009 22:22:52 +0000 (UTC) Cc: bug-guile@gnu.org To: Neil Jerram Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Wed Oct 28 23:22:44 2009 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1N3Guh-0005nZ-89 for guile-bugs@m.gmane.org; Wed, 28 Oct 2009 23:22:43 +0100 Original-Received: from localhost ([127.0.0.1]:38357 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N3Gug-0001Vr-Iq for guile-bugs@m.gmane.org; Wed, 28 Oct 2009 18:22:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N3Gub-0001T9-62 for bug-guile@gnu.org; Wed, 28 Oct 2009 18:22:37 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N3GuW-0001Ka-8F for bug-guile@gnu.org; Wed, 28 Oct 2009 18:22:36 -0400 Original-Received: from [199.232.76.173] (port=37886 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N3GuV-0001KQ-Qi for bug-guile@gnu.org; Wed, 28 Oct 2009 18:22:31 -0400 Original-Received: from mail1-relais-roc.national.inria.fr ([192.134.164.82]:40609) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.60) (envelope-from ) id 1N3GuV-00018l-Cg for bug-guile@gnu.org; Wed, 28 Oct 2009 18:22:31 -0400 X-IronPort-AV: E=Sophos;i="4.44,641,1249250400"; d="scan'208";a="39127723" Original-Received: from reverse-83.fdn.fr (HELO nixey) ([80.67.176.83]) by mail1-relais-roc.national.inria.fr with ESMTP/TLS/DHE-RSA-AES128-SHA; 28 Oct 2009 23:22:29 +0100 X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 7 Brumaire an 218 de la =?iso-8859-1?Q?R=E9volution?= X-PGP-Key-ID: 0xEA52ECF4 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 821D 815D 902A 7EAB 5CEE D120 7FBA 3D4F EB1F 5364 X-OS: x86_64-unknown-linux-gnu In-Reply-To: <873a539qp9.fsf@ossau.uklinux.net> (Neil Jerram's message of "Wed, 28 Oct 2009 21:03:14 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:4356 Archived-At: Hi, Neil Jerram writes: > ludo@gnu.org (Ludovic Court=C3=A8s) writes: [...] >> Yes, I think so. It=E2=80=99s run as =E2=80=9C./meta/uninstalled-env gu= ile-tools=E2=80=9D and >> somehow it seems that $top_builddir ended up before $top_builddir/meta >> in $PATH (don=E2=80=99t ask me why :-)). > > Hmm, it still seems to me that the old generated one should have been > deleted by `make distclean', and hence with an invocation of `make > distclean' (before `git pull' or `git checkout some-other-branch') this > wouldn't have happened. You're probably right, but I had skipped that step. Ludo=E2=80=99.