From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: Documentation Date: Fri, 2 Sep 2016 14:45:43 -0400 Message-ID: <20160902184543.GA31756@jasmine> References: <20160902160834.GA24996@jasmine> <20160902170941.GA29674@jasmine> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52693) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bftTU-0002Un-HG for help-guix@gnu.org; Fri, 02 Sep 2016 14:46:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bftTP-0004hj-J6 for help-guix@gnu.org; Fri, 02 Sep 2016 14:45:59 -0400 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:52273) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bftTO-0004fe-4t for help-guix@gnu.org; Fri, 02 Sep 2016 14:45:55 -0400 Content-Disposition: inline In-Reply-To: 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: Vincent Legoll Cc: help-guix On Fri, Sep 02, 2016 at 07:46:51PM +0200, Vincent Legoll wrote: > 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 I guess that you have to build Guix in order to get those files: `make`