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 64EC838469B6; Tue, 13 Dec 2022 13:00:00 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 64EC838469B6 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 2E63222DFF; Tue, 13 Dec 2022 12:59:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1670936399; 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=J3f8awM69QANoFZlgMDUYGqkbFrc1YPOcAToHk1Xmvk=; b=i23y69NnilVOQIITafh5GKcefkhc2JHAUNP83ftXacc4WiJDyLIrqXlLFUdZuFayyL9/N+ erzf21dLBiA3VCNBwkbEihXJ5sraqlDRsAy31BDL7GkhbATIRnkBZ8KNMoeWidGiYVHxUM L5ESKSY3jGKsErVfFChU20Pnw5Hihdk= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1670936399; 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=J3f8awM69QANoFZlgMDUYGqkbFrc1YPOcAToHk1Xmvk=; b=89HhnT2LbAPuum0CtJ81dbE9r7yR0rcF+iNTZ7P+CB/Adnmajgi/dgnMn/3jf45mzldL1q e7Xps8VQmL/C7zBA== 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 02493138EE; Tue, 13 Dec 2022 12:59:58 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id QWWRNU53mGPPPQAAMHmgww (envelope-from ); Tue, 13 Dec 2022 12:59:58 +0000 Message-ID: <1ff652cc-33eb-0c39-c09e-4913ca9c15e5@suse.cz> Date: Tue, 13 Dec 2022 13:59:58 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.5.1 Subject: Re: [PATCH Rust front-end v4 46/46] gccrs: Add README, CONTRIBUTING and compiler logo Content-Language: en-US To: Joseph Myers Cc: arthur.cohen@embecosm.com, gcc-patches@gcc.gnu.org, gcc-rust@gcc.gnu.org, Philip Herron References: <20221206101417.778807-1-arthur.cohen@embecosm.com> <20221206101417.778807-47-arthur.cohen@embecosm.com> <1d5a6295-93d0-2f3d-504-e7cbc55b920@codesourcery.com> From: =?UTF-8?Q?Martin_Li=c5=a1ka?= In-Reply-To: <1d5a6295-93d0-2f3d-504-e7cbc55b920@codesourcery.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-5.6 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,SPF_HELO_NONE,SPF_SOFTFAIL,TXREP autolearn=no 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 12/13/22 02:43, Joseph Myers wrote: > On Fri, 9 Dec 2022, Martin Liška wrote: > >> On 12/6/22 11:14, arthur.cohen@embecosm.com wrote: >>> |We still need to write out a documentation section, but these READMEs will help in the meantime.| >> >> Hello. >> >> Just a quick comment: The Sphinx conversion didn't make it for all GCC >> manuals. However, you can still use Sphinx for a newly created manual, >> similarly to what libgccjit or Ada manuals do. > > I would also encourage people using Sphinx for a newly created manual to > consider setting up common build infrastructure for such manuals, possibly > based on that used in the attempted Sphinx conversion. It may be easier > to get common infrastructure for such manuals into shape if it's initially > only being used for one or two manuals - that is, if the addition of such > infrastructure isn't done at the same time as converting any existing > manuals to use Sphinx, or even converting any existing manuals using > Sphinx to use such infrastructure. > Hi. If the Rust folks are willing to use Sphinx, then yes, I'm going to prepare a common infrastructure (baseconf.py, common license files and a common Makefile). So something similar to what I prepared for the Sphinx conversion that didn't make it. Cheers, Martin