From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#25976: man page version is outdated in Guix 0.12.0 tarball Date: Mon, 06 Mar 2017 15:45:14 +0100 Message-ID: <87fuiqtqf9.fsf@gnu.org> References: <87wpc37oi5.fsf@gmail.com> <877f43913v.fsf@gnu.org> <8760jmwvwd.fsf@gnu.org> <874lz6k70r.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50223) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ckttm-0005xu-3y for bug-guix@gnu.org; Mon, 06 Mar 2017 09:46:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cktti-0006xt-Tf for bug-guix@gnu.org; Mon, 06 Mar 2017 09:46:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:43758) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cktti-0006xO-Pr for bug-guix@gnu.org; Mon, 06 Mar 2017 09:46:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cktti-00059g-G0 for bug-guix@gnu.org; Mon, 06 Mar 2017 09:46:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <874lz6k70r.fsf@gnu.org> (Mathieu Lirzin's message of "Mon, 06 Mar 2017 11:56:52 +0100") 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: Mathieu Lirzin Cc: 25976@debbugs.gnu.org, Alex Vong Mathieu Lirzin skribis: > ludo@gnu.org (Ludovic Court=C3=A8s) writes: > >> Hi, >> >> Mathieu Lirzin skribis: >> >>> Alex Vong writes: >>> >>>> The man page version in Guix 0.12.0 tarball[0] is outdated. When runni= ng >>>> >>>> $ man guix >>>> >>>> the name of the man page is >>>> >>>> guix - manual page for guix 0.11.0 >>>> >>>> I think it was forgotten to be updated during the 0.12.0 release. >>>> >>>> [0]: https://alpha.gnu.org/gnu/guix/guix-0.12.0.tar.gz >>>> >>> >>> I think we should add the generated man pages to the >>> MAINTAINERCLEANFILES Automake variable and document the release process >>> in a "README-release" file which should contain running 'make >>> maintainer-clean'. >> >> The process is currently documented here: >> >> https://git.savannah.gnu.org/cgit/guix/maintenance.git/tree/doc/releas= e.org > > Oops I have overlooked that. > >> Would it work to have =E2=80=98distcheck=E2=80=99 depend on =E2=80=98mai= ntainer-clean=E2=80=99? That >> would be even better. > > Unfornately 'maintainer-clean' is removing the current Makefile so it > can't be used as a prerequisite. > > I guess we can't do better that just adding a step for 'make > maintainer-clean' before 'make distcheck' in the release documentation. OK, makes sense. Could you add it? > While reading "doc/release.org" I have realized it doesn't speak about > fetching and committing the latest translations from the Translation Proj= ect. We usually fetch them any time we get a translation update notification on the mailing list, which I think is equivalent no? Thanks, Ludo=E2=80=99.