From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: Documentation Date: Fri, 2 Sep 2016 12:08:34 -0400 Message-ID: <20160902160834.GA24996@jasmine> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52119) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bfr1V-0005NK-Vt for help-guix@gnu.org; Fri, 02 Sep 2016 12:09:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bfr1P-0005IQ-6K for help-guix@gnu.org; Fri, 02 Sep 2016 12:08:57 -0400 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:33320) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bfr1M-0005AO-Ey for help-guix@gnu.org; Fri, 02 Sep 2016 12:08:51 -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 05:45:02PM +0200, Vincent Legoll wrote: > when & how is the documentation here : > https://www.gnu.org/software/guix/manual/guix.html > updated ? I'm not sure, but I think it's updated whenever we make a new release. > Then I searched how to build the doc, and found in README: > > See the manual for the installation instructions, either by running > > info -f doc/guix.info "(guix) Installation" > > but... > > info: doc/guix.info: No such file or directory On GuixSD, `info guix` should work. On other systems... > So how do I make that doc so that I can read the "installation > instructions" which will tell me how to make the doc... ... from a checkout of our Git repo, you can do: `guix environment guix -- make doc/guix.info` Similarly, you can do `make doc/guix.html`. If the Git checkout is new, you will need to run the ./configure script first. And if so, you almost always want to do it like this: `./configure --localstatedir=/var`. https://www.gnu.org/software/guix/manual/html_node/Building-from-Git.html#Building-from-Git