Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pkLf2-0004vu-Rj for pgsql-hackers@arkaria.postgresql.org; Thu, 06 Apr 2023 09:12:04 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1pkLf1-0002U5-El for pgsql-hackers@arkaria.postgresql.org; Thu, 06 Apr 2023 09:12:03 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pkLf1-0002Tu-0B for pgsql-hackers@lists.postgresql.org; Thu, 06 Apr 2023 09:12:03 +0000 Received: from new2-smtp.messagingengine.com ([66.111.4.224]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pkLey-00079a-Df for pgsql-hackers@postgresql.org; Thu, 06 Apr 2023 09:12:01 +0000 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailnew.nyi.internal (Postfix) with ESMTP id E24E75822BA; Thu, 6 Apr 2023 05:11:58 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute4.internal (MEProxy); Thu, 06 Apr 2023 05:11:58 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-transfer-encoding :content-type:content-type:date:date:feedback-id:feedback-id :from:from:in-reply-to:in-reply-to:message-id:mime-version :references:reply-to:sender:subject:subject:to:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; t= 1680772318; x=1680779518; bh=QzLPpBBnm5HnzMObty2ptRUA2HJdCMo85DM gBsXgSOk=; b=IBMTDyQiVDhxFwgJjPKg6ERSmwWQMiCa4hpIxPBN3jnvM7bl96G BKUHaT13MqPzSwrEfgijWAjTlmHSZ4OYSc4SVBaMpkFk2Io93hzCsa68gAzLcyH7 H2jzoq6l8GUDrgT6xmXfzSsQ6DpyYxL9BvCxAzCX0yJJyKsZwxPp5T+2yQDVi/Ep Ol0Js+c0Cf8vyvuASbK7N500uW0IcV0/IVaMEH9lw94j11U5De+ACjgO6EjoZrGc Nnq1gYrCLCJ6m69nrzvu11e51BRbATKRmFt1QG4i1Q80kk+93DJ1cUOEZm2gwQ1B IMdH5v7ZsoDBgBqGSzxUIi+2zsVvN/aEZvA== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvhedrvdejfedgtdelucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepkfffgggfuffvvehfhfgjtgfgsehtjeertddtfeejnecuhfhrohhmpefrvght vghrucfgihhsvghnthhrrghuthcuoehpvghtvghrrdgvihhsvghnthhrrghuthesvghnth gvrhhprhhishgvuggsrdgtohhmqeenucggtffrrghtthgvrhhnpeehleffgeegudejteei hfelteduvdeifffhffdvjedvffegjeekudeludehudeifeenucevlhhushhtvghrufhiii gvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehpvghtvghrrdgvihhsvghnthhrrghu thesvghnthgvrhhprhhishgvuggsrdgtohhm X-ME-Proxy: Feedback-ID: i131946ab:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Thu, 6 Apr 2023 05:11:57 -0400 (EDT) Message-ID: <50193d79-e7d1-ea81-1ef3-5670b007c7c3@enterprisedb.com> Date: Thu, 6 Apr 2023 11:11:57 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.9.1 Subject: Re: meson documentation build open issues Content-Language: en-US To: Andres Freund , Tom Lane Cc: pgsql-hackers References: <3fc3bb9b-f7f8-d442-35c1-ec82280c564a@enterprisedb.com> <7137c5b3-7d9e-4659-03a2-9e2df74cbab7@enterprisedb.com> <20230405144512.zfzb6vd77dk5dnyr@awork3.anarazel.de> From: Peter Eisentraut In-Reply-To: <20230405144512.zfzb6vd77dk5dnyr@awork3.anarazel.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 05.04.23 16:45, Andres Freund wrote: >> I think it's still an issue that "make docs" builds html and man but "ninja >> docs" only builds html. For some reason the wiki page actually claims that >> ninja docs builds both, but this does not happen for me. > > It used to, but Tom insisted that it should not. I'm afraid that it's not > quite possible to emulate make here. 'make docs' at the toplevel builds both > HTML and manpages. But 'make -C doc/src/sgml', only builds HTML. Ok, not a topic for this thread then. >>> 5. There doesn't appear to be an equivalent of "make world" and "make >>> install-world" that includes documentation builds. >> >> This has been addressed with the additional meson auto options. But it >> seems that these options only control building, not installing, so there is >> no "install-world" aspect yet. > > I'm not following - install-world install docs if the docs feature is > available, and not if not? I had expected that if meson setup enables the 'docs' feature, then meson compile will build the documentation, which happens, and meson install will install it, which does not happen.