Received: (at submit) by debbugs.gnu.org; 1 May 2024 20:33:03 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Wed May 01 16:33:03 2024 Received: from localhost ([127.0.0.1]:39280 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1s2GdT-00069k-Ds for submit <at> debbugs.gnu.org; Wed, 01 May 2024 16:33:03 -0400 Received: from lists.gnu.org ([2001:470:142::17]:55814) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <richard@HIDDEN>) id 1s2GdR-00069L-Nq for submit <at> debbugs.gnu.org; Wed, 01 May 2024 16:33:02 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <richard@HIDDEN>) id 1s2Gd0-00076Q-5J for bug-guix@HIDDEN; Wed, 01 May 2024 16:32:34 -0400 Received: from mail-108-mta18.mxroute.com ([136.175.108.18]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from <richard@HIDDEN>) id 1s2Gcy-0007Qy-Fo for bug-guix@HIDDEN; Wed, 01 May 2024 16:32:33 -0400 Received: from filter006.mxroute.com ([136.175.111.2] filter006.mxroute.com) (Authenticated sender: mN4UYu2MZsgR) by mail-108-mta18.mxroute.com (ZoneMTA) with ESMTPSA id 18f35dbd3a50008ca2.001 for <bug-guix@HIDDEN> (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384); Wed, 01 May 2024 20:32:30 +0000 X-Zone-Loop: b9cfd54bab6e341434f0b44313c1fa2cd630c23b519c X-Originating-IP: [136.175.111.2] DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=freakingpenguin.com; s=x; h=Content-Type:MIME-Version:Message-ID:Date: Subject:To:From:Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=s6q7RQ4uG/SeKsV4slFrEbsBkPvDS98AzKkuZvQL4mQ=; b=E2bnJ6dz+kwFZu6yLYumARgxIM CxLwKdY9CBmWiJ8hQSNRcozZB4VFYot4pZPV+2SF0szWkS1ijmXC0jgnVkvdfgeHEJ0djloqRn9za 3cOOCM4Wkb0//HFTJ/eRePru7gNulE4bYbHpTnX3LP0maggF62GQU3HTmu893Lt63F66Ps4niChKP IeG3RAngRhDHlSR+o99oPsuyb+MknWCS9DWSxMsE6xqmw/ttTt4uCvN1nTZRGSHtGn02ifi/aFteT UjVU45+MkJs4w7ej6ZvXmZWkN94pQ2TZpcIJeHmUHfAwMvTizOfXD3ZY/mrKfQbQCr/DKvF9xruP1 6h20zhpw==; From: Richard Sent <richard@HIDDEN> To: bug-guix@HIDDEN Subject: make maintainer-clean deletes VC'd file doc/he-config-bare-bones.scm Date: Wed, 01 May 2024 16:32:21 -0400 Message-ID: <87v83x9stm.fsf@HIDDEN> MIME-Version: 1.0 Content-Type: text/plain X-Authenticated-Id: richard@HIDDEN Received-SPF: pass client-ip=136.175.108.18; envelope-from=richard@HIDDEN; helo=mail-108-mta18.mxroute.com X-Spam_score_int: -16 X-Spam_score: -1.7 X-Spam_bar: - X-Spam_report: (-1.7 / 5.0 requ) BAYES_00=-1.9, DKIM_INVALID=0.1, DKIM_SIGNED=0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -0.1 (/) Hi Guix! Running '$ make maintainer-clean' in the guix repo deletes the version-controlled file doc/he-config-bare-bones.scm. Documentation for the maintainer-clean target states: > Delete almost everything that can be reconstructed with this Makefile. Either this file is constructed by the Makefile and shouldn't be version controlled, or it isn't constructed by the Makefile and shouldn't be deleted. (99% odds it's the latter.) I bet it just needs to be added to EXTRA_DIST in doc/local.mk, but I don't fully understand the doc subdirectory or what the effects of that might be. -- Take it easy, Richard Sent Making my computer weirder one commit at a time.
Richard Sent <richard@HIDDEN>
:bug-guix@HIDDEN
.
Full text available.bug-guix@HIDDEN
:bug#70704
; Package guix
.
Full text available.
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.