From mboxrd@z Thu Jan 1 00:00:00 1970 From: myglc2 Subject: Re: Hwo to debug and teacking builds? Date: Tue, 11 Apr 2017 10:15:16 -0400 Message-ID: <86inmbvxmz.fsf@gmail.com> References: <58DA29EC.30008@crazy-compilers.com> <8737dx7mpb.fsf@gnu.org> <87vaqsfw9l.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42212) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cxwZn-0006nH-6E for help-guix@gnu.org; Tue, 11 Apr 2017 10:15:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cxwZi-0008AO-5s for help-guix@gnu.org; Tue, 11 Apr 2017 10:15:23 -0400 In-Reply-To: <87vaqsfw9l.fsf@gmail.com> (Chris Marusich's message of "Tue, 28 Mar 2017 23:10:46 -0700") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Chris Marusich Cc: help-guix On 03/28/2017 at 23:10 Chris Marusich writes: [...] > To view your changes, it's helpful to add the 'guix/doc' directory from > your local Guix checkout to your INFOPATH. I've put the following line > in my ~/.bash_profile to do this automatically: > > export INFOPATH="$HOME/guix/doc${INFOPATH:+:}$INFOPATH" Hi Chris, don't you mean ... export INFOPATH="$HOME/guix/doc${INFOPATH:+:$INFOPATH}" - George