From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out1.suse.de (smtp-out1.suse.de [IPv6:2001:67c:2178:6::1c]) by sourceware.org (Postfix) with ESMTPS id 1816D385614A; Thu, 20 Oct 2022 11:13:12 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 1816D385614A Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=suse.cz Authentication-Results: sourceware.org; spf=fail smtp.mailfrom=suse.cz Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id E486322B56; Thu, 20 Oct 2022 11:13:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1666264390; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=f2dLxSYHaUlBLr/7B17LHvFzdslueuSP6IZx0VC46HQ=; b=i1Zz35Y1dOvmNoNZhCXROGJthC4s8uRUEy84OReWpspy3unWlSi/Fpql96N8GXTEip2L+n 3UZNXqV8a4l5wFEAdTrBZMlobcozpoaOtjMDRXPnqknhD7jx9MzwQ4gbKPM4Hg2VFkN2nt 5F9SKmLMPZYIqhoArAtE7cvPlZn6R+Q= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1666264390; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=f2dLxSYHaUlBLr/7B17LHvFzdslueuSP6IZx0VC46HQ=; b=SZZykqxxF6i0jUDTX7EFKAcSmcKXqkXRX8RUpTZ/ue21tij8uh9VwNQ/c1agz+lZdNrkJk 0yt5AHQWBPPrH+Dg== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id BD43213494; Thu, 20 Oct 2022 11:13:10 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id KvgXLUYtUWMYeAAAMHmgww (envelope-from ); Thu, 20 Oct 2022 11:13:10 +0000 Message-ID: Date: Thu, 20 Oct 2022 13:13:10 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.3.3 Subject: Re: Announcement: Porting the Docs to Sphinx - 9. November 2022 Content-Language: en-US To: Joseph Myers Cc: Paul Iannetta , GCC Development , Sandra Loosemore , GCC Patches References: <9975b774-46d7-8870-fd92-498f5ec50ab4@suse.cz> <9ea57a95-fefe-81a3-848e-ede0893f5b61@suse.cz> <8198573b-89e2-a232-3e33-0e5c4153c112@suse.cz> <20221017141610.zaoysaggompepcij@ws2202.lin.mbt.kalray.eu> <20221019081355.mha6ztlc57rraljr@ws2202.lin.mbt.kalray.eu> From: =?UTF-8?Q?Martin_Li=c5=a1ka?= In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-6.1 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,KAM_SHORT,NICE_REPLY_A,RCVD_IN_DNSWL_LOW,SPF_HELO_NONE,SPF_SOFTFAIL,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On 10/19/22 18:42, Joseph Myers wrote: > On Wed, 19 Oct 2022, Martin Liška wrote: > >>> Currently, there is a tarball with texinfo sources for all the manuals >>> for each version. >> >> Well, then equivalent would be packaging all .rst files together with the corresponding >> conf.py, logo.* and other files. But I don't see it much useful. > > I think we should have such a source tarball when the sources are .rst, as > the successor to the Texinfo source tarball. All right, putting that on my TODO list after the conversion happens. Won't be difficult to achieve. Cheers, Martin > > (Unfortunately when I added that source tarball - > https://gcc.gnu.org/legacy-ml/gcc-patches/2004-01/msg00140.html - I didn't > give specific references to any of the individual requests that resulted > in adding it.)