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 DA6D738582BD for ; Wed, 9 Nov 2022 16:15:44 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org DA6D738582BD 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) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id 53F7C1E11E; Wed, 9 Nov 2022 11:15:42 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=simark.ca; s=mail; t=1668010544; bh=hdd8UOS5c/wyl6F4pEY+fxNPBZZX/S5Ve8TU45beUTc=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=K7oVIEqs6PpNDxrndiUoXoBO6WwWEqSrpcl+Jb+Y19lTiMyqyBIeVPi+WVmDyo+Bx XkmgfT8rZDORlV6IgsyqFqR6qDoEQ0cbefeCmPz6hSicVcDk1zeEXs7pGQZhOcvFmV oOBNGkwZgfctGOXz4h9iv+5ssVKX3V970R2P4+mc= Message-ID: <0f1e1aa3-6e46-5ceb-c55a-40576f82a574@simark.ca> Date: Wed, 9 Nov 2022 11:15:42 -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: Tom Tromey , Simon Marchi via Gdb-patches Cc: Eli Zaretskii , Joel Brobecker , fejfighter@gmail.com 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> From: Simon Marchi In-Reply-To: <87leok2ko6.fsf@tromey.com> 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 10:48, Tom Tromey wrote: >>>>>> "Simon" == Simon Marchi via Gdb-patches writes: > > 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? Autoconf doesn't specify an "epubdir" like there is an "htmldir" and a "pdfdir". I think we could just install it in docdir instead (htmldir and pdfdir default do that). Simon