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 05E163858D38 for ; Wed, 9 Nov 2022 16:48:44 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 05E163858D38 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 1osoFl-00031D-NI; Wed, 09 Nov 2022 11:48:41 -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=PR04wY38zzEn7+j67FdL5fw+jqqsj6qQColMl5cu7zw=; b=ph74CEm+SGg7 oIJUFK9JgswGsgxTZEsoPMqRjRQpsbpzefSkNWqxEd116gBMe861YukpEcfNQxLUyYTzop7DkLUo6 XXMCv7mY485JZrbw0T2QNU1E6PIysNaz8c5T9nlBq4VaUUoQTywXPlvRl5XiPDH6xddCaAI1dZNNX HAxfvL3j69Hzio8qNJ6/Kd+MA+dtVhJL3yZ7dBHH0MUP1Ui7SqkP0qWIf3aKQwV4sjTIrC6zhoQZX cTUJTWgcu62V9/S8Hc5KyubV0oCu8aP6m6xRhNsHcW7UB+vhrLDShoYFtax/rxGew3yZyKoZJiLe9 24S7RkWYgwOFVDP89Xs9Qw==; 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 1osoFl-0002zu-4r; Wed, 09 Nov 2022 11:48:41 -0500 Date: Wed, 09 Nov 2022 18:48:35 +0200 Message-Id: <83mt90t6os.fsf@gnu.org> From: Eli Zaretskii To: Tom Tromey Cc: gdb-patches@sourceware.org, brobecker@adacore.com, simark@simark.ca, fejfighter@gmail.com In-Reply-To: <87leok2ko6.fsf@tromey.com> (message from Tom Tromey on Wed, 09 Nov 2022 08:48:41 -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> 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: > From: Tom Tromey > Cc: Eli Zaretskii , Joel Brobecker , > Simon Marchi , fejfighter@gmail.com > Date: Wed, 09 Nov 2022 08:48:41 -0700 > > Simon> "make install" only installs the man pages and the info version of the > Simon> manual. The pdf or html versions of the manual are only installed with > Simon> explicit "install-pdf" and "install-html" rules. So I presume that epub > Simon> would be the same as pdf and html. > > I think so too. Is there a typical GNU directory for where exactly > these should be installed? No, we are on our own. I think it would be good to tell the Texinfo maintainers to start thinking about a standard directory for EPUB format, because more and more projects will bump into this issue.