From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C8704385829A; Sat, 10 Sep 2022 03:15:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C8704385829A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1662779705; bh=NanvKZeE1k8bsj4sGIyRQtS6eY8ec98vVcoOw5tX0Yw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=wSdIStIxi4iGldFlmXDqPnjvTzia97J9oCSv1vR2Vf9JEwFs+tEZ9CA89ynFXuZ5u anzn/rfmuCaoItz0fP2UNjpSnBcy+ywcXRyzatx+eZjVsowNqWA2frtEkl4pqI26ll 37eaLdHe/dl2oUw8yyj2++brHCu30T4eQlYdb+Lc= From: "sam at gentoo dot org" To: gcc-bugs@gcc.gnu.org Subject: [Bug other/106899] Snapshots do not contain pre-generated man pages & info pages Date: Sat, 10 Sep 2022 03:15:05 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: other X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: sam at gentoo dot org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D106899 --- Comment #3 from Sam James --- Yeah, I understand it's not an error per se, just wondering if it could be considered to add them. It looks like they're generated from the same script used for releases: maintainer-scripts/gcc_release (as it handles announcing them too, and diff= s, etc). I didn't realise it didn't do a test build at all (figured if it did, could just shove in --enable-generated-files-in-srcdir). At least the machinery is largely there, but it'd involve actually doing at least a minimal build before generating the snapshots.=