From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from eggs.gnu.org (eggs.gnu.org [IPv6:2001:470:142:3::10]) by sourceware.org (Postfix) with ESMTPS id 20A5E3858D28 for ; Wed, 9 Nov 2022 17:09:30 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 20A5E3858D28 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gnu.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gnu.org Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1osoZs-0002XT-HE; Wed, 09 Nov 2022 12:09:28 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=Zg4QLbH4k+2mfR3xQ7Kaw4nRI0tyffW/cu4ajLCCDxA=; b=TDcBDPlO1Njv m6dBdbPBcTvyuf8cFFgqrqX0yfzEaV4e6X0flUmpDwGJRQK28I93LE7+OawrUeRn2j71gVZbq4pVu P9ErpcVdBAFANPfiblZR065HtLUSnKg5CHy/KRJSzFENxgkDJ4kohlGpKd9q9aBktAhkPIoObwr4W ps7uZjaBFVEowJ2WsWj79Ygs1+zOHCB6xZng0ye9r4KD+cU/Ke/drEgvHBft0ex5v+QjbYLE3sy/F AYSmJY5lTiqUQV2UouyhkTw15b68bp+cJutoObxqW2oHgqP6TOPPwQz+ssJu1LiTDM0M6dbg1Xe3Y XQC8MlMvbXgCYdy32dBK4g==; Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1osoZr-00020M-V2; Wed, 09 Nov 2022 12:09:28 -0500 Date: Wed, 09 Nov 2022 19:09:26 +0200 Message-Id: <83cz9wt5q1.fsf@gnu.org> From: Eli Zaretskii To: Mike Frysinger Cc: simark@simark.ca, tom@tromey.com, gdb-patches@sourceware.org, brobecker@adacore.com, fejfighter@gmail.com In-Reply-To: (message from Mike Frysinger on Wed, 9 Nov 2022 23:53:32 +0700) Subject: Re: [PATCH] Add epub output for documentation References: <83a650uwuh.fsf@gnu.org> <3d429793-c54f-5ad9-3533-3da867153b26@simark.ca> <83zgd0tg88.fsf@gnu.org> <0a24989c-486f-fe99-bd31-c68669dc3288@simark.ca> <83tu38tf7n.fsf@gnu.org> <87leok2ko6.fsf@tromey.com> <0f1e1aa3-6e46-5ceb-c55a-40576f82a574@simark.ca> X-Spam-Status: No, score=1.9 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_BARRACUDACENTRAL,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: > Date: Wed, 9 Nov 2022 23:53:32 +0700 > From: Mike Frysinger > Cc: Tom Tromey , > Simon Marchi via Gdb-patches , > Eli Zaretskii , > Joel Brobecker , fejfighter@gmail.com > > that said, having an "install-epub" rule in gdb alone (and in the doc/ > subdir at that) seems pretty questionable. seems like someone who is > interested in moving the epub needle should spend the time pushing it > through all the GNU parts, assuming the texinfo people aren't already. > > there's certainly autoconf as you highlight, but also the GNU standards, > and the GCC top-level, and binutils/gdb top-level, and automake, and the > binutils/gdb release scripts so things get published to the websites. > that's off the top of my head, but i'm sure there's more. Right, I wrote to the Texinfo list about that.