From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vincent Legoll Subject: Re: Documentation Date: Fri, 2 Sep 2016 19:46:51 +0200 Message-ID: References: <20160902160834.GA24996@jasmine> <20160902170941.GA29674@jasmine> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41984) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bfsYH-00041k-DF for help-guix@gnu.org; Fri, 02 Sep 2016 13:46:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bfsYG-0000eY-Fo for help-guix@gnu.org; Fri, 02 Sep 2016 13:46:53 -0400 Received: from mail-qk0-x22f.google.com ([2607:f8b0:400d:c09::22f]:36282) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bfsYG-0000eS-Bm for help-guix@gnu.org; Fri, 02 Sep 2016 13:46:52 -0400 Received: by mail-qk0-x22f.google.com with SMTP id l2so127132710qkf.3 for ; Fri, 02 Sep 2016 10:46:52 -0700 (PDT) In-Reply-To: <20160902170941.GA29674@jasmine> 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: Leo Famulari Cc: help-guix >> Or maybe I'm very bad at info, always found its interface weird... > > I'm not sure, I actually don't use `info` very much either. Maybe your > GuixSD installation has not been updated since the relevant text was > added to the manual? I regularly do guix pull && guix system reconfigure, like earlier today... Isn't that enough ? Which package contains this documentation ? >> $ ./configure --localstatedir=/var >> configure: error: cannot find install-sh, install.sh, or shtool in >> build-aux "."/build-aux > > Sorry, I forgot the first step, `./bootstrap`, which is mentioned here: OK, after ./bootstrap, now ./configure --localstatedir=/var works, but not: $ make doc/guix.html make[1]: Entering directory `/home/vlegoll/repo/upstream/gnu/guix' make[1]: Leaving directory `/home/vlegoll/repo/upstream/gnu/guix' Updating ./doc/version.texi MAKEINFO doc/guix.html doc/guix.texi:6621: @include: could not find os-config-bare-bones.texi doc/guix.texi:6726: @include: could not find os-config-desktop.texi doc/guix.texi:6733: @include: could not find os-config-lightweight-desktop.texi make: *** [doc/guix.html] Error 1 -- Vincent Legoll