From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxim Cournoyer Subject: bug#28471: guix pull doesn't update the user manual Date: Fri, 15 Sep 2017 16:39:06 -0400 Message-ID: <87tw03r91x.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55935) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dsxPD-00006X-0i for bug-guix@gnu.org; Fri, 15 Sep 2017 16:40:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dsxP9-0001My-1V for bug-guix@gnu.org; Fri, 15 Sep 2017 16:40:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:34459) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dsxP8-0001Mu-UU for bug-guix@gnu.org; Fri, 15 Sep 2017 16:40:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dsxP8-0004i1-Gf for bug-guix@gnu.org; Fri, 15 Sep 2017 16:40:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55789) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dsxOL-0008T3-Bp for bug-guix@gnu.org; Fri, 15 Sep 2017 16:39:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dsxOI-0000zG-9G for bug-guix@gnu.org; Fri, 15 Sep 2017 16:39:13 -0400 Received: from mail-it0-x231.google.com ([2607:f8b0:4001:c0b::231]:54746) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dsxOI-0000vo-4n for bug-guix@gnu.org; Fri, 15 Sep 2017 16:39:10 -0400 Received: by mail-it0-x231.google.com with SMTP id e134so4729885ite.3 for ; Fri, 15 Sep 2017 13:39:08 -0700 (PDT) Received: from apteryx ([45.72.233.254]) by smtp.gmail.com with ESMTPSA id d3sm868408iog.0.2017.09.15.13.39.07 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 15 Sep 2017 13:39:07 -0700 (PDT) List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 28471@debbugs.gnu.org guix pull should build and install the latest documentation of Guix to the user profile so that `info guix' always displays the current documentation. This seems to confuse Guix users every now and then, myself included, and the work around of cloning a full copy of the guix sources just to build the manual is not user friendly nor trivial.