From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca (simark.ca [158.69.221.121]) by sourceware.org (Postfix) with ESMTPS id ADF573858D20 for ; Wed, 9 Nov 2022 13:41:19 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org ADF573858D20 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=simark.ca Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=simark.ca Received: from [10.0.0.11] (unknown [217.28.27.60]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id EE4431E11E; Wed, 9 Nov 2022 08:41:18 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=simark.ca; s=mail; t=1668001279; bh=QUW29YY+n1LkU/G4UfRJH78KQiAKCyd17vV5yaAto3s=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=oy3IahMiZSheqHYuOEZ/bBMRDfVfwIEJ4lMGz7D4Xn7AE7hQqArJPWhC+DNYDGHJW T+rLRS+lnQ0QGIokvOHlEwlAxpL4uxlUHZgW+agLB7kOH1hylFsDcLnEkZPXG3nj6m MN2cQfYy7y1ZR0uIf+io3lAZ8ErSk1rwoiLGBuRI= Message-ID: <0a24989c-486f-fe99-bd31-c68669dc3288@simark.ca> Date: Wed, 9 Nov 2022 08:41:18 -0500 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.1 Subject: Re: [PATCH] Add epub output for documentation Content-Language: en-US To: Eli Zaretskii Cc: fejfighter@gmail.com, gdb-patches@sourceware.org References: <83a650uwuh.fsf@gnu.org> <3d429793-c54f-5ad9-3533-3da867153b26@simark.ca> <83zgd0tg88.fsf@gnu.org> From: Simon Marchi In-Reply-To: <83zgd0tg88.fsf@gnu.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-5.1 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,SPF_HELO_PASS,SPF_PASS,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 11/9/22 08:22, Eli Zaretskii wrote: >> Date: Wed, 9 Nov 2022 08:21:36 -0500 >> Cc: gdb-patches@sourceware.org >> From: Simon Marchi >> >> >> >> On 11/9/22 07:38, Eli Zaretskii via Gdb-patches wrote: >>>> Date: Wed, 9 Nov 2022 18:54:51 +1100 >>>> From: Fejfighter via Gdb-patches >>>> >>>> Attached is a patch that uses the newly added support for producing epub in >>>> Texinfo. >>> >>> Thanks, this is fine with me. >> >> Fine with me too. Would you like me to push it? > > Yes, please. Actually, I have one comment. The comment (copied from the html rule) says: and installed by 'install-epub' But there is no install-epub. Should there be one? Simon