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 1pmcQg-00015t-QF for pgsql-hackers@arkaria.postgresql.org; Wed, 12 Apr 2023 15:30:38 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1pmcQf-0002Dn-Aw for pgsql-hackers@arkaria.postgresql.org; Wed, 12 Apr 2023 15:30:37 +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 1pmcQf-0002De-0S for pgsql-hackers@lists.postgresql.org; Wed, 12 Apr 2023 15:30:37 +0000 Received: from wnew1-smtp.messagingengine.com ([64.147.123.26]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pmcQb-0001sr-PJ for pgsql-hackers@postgresql.org; Wed, 12 Apr 2023 15:30:36 +0000 Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailnew.west.internal (Postfix) with ESMTP id 84A112B06C9B; Wed, 12 Apr 2023 11:30:31 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Wed, 12 Apr 2023 11:30:31 -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=fm3; t= 1681313431; x=1681320631; bh=djJBwK6KDe4iobUQkzQDNgLpQChLRSz6b2N hK5iqrl4=; b=E0MotjTBSmLxwdVKdpZk7wmqAXO1HKI/1zdbPro6FgsAy2GlBRi ttbphBYSyK4afO6nnblqUBKssogHskkdXVem2g1IaR0s35QyM9hTbRIaK4/l0ZnS gIyOHHffAwdAUfmzE0y9HlXYepijk2y1Z/XPuU/F8mefKJdvxXXdCiA/FGIsoy8L b6S1wM8H0EUq03yeumjblv0dRdE4P9G9ae/H4jmldah2Ao5V6QKNRsC+Lw3pBTNG y4lp1id/FBZ+SzKZWRAdrEycUbDRzL5ePxigd/xKIC8BUZbD1pmrjRK2qikMOE8r y+2ScwgZpUABdTqAIZpSQ/NVwECl5SU4h0A== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvhedrvdekiedgleduucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepkfffgggfuffvvehfhfgjtgfgsehtkeertddtfeejnecuhfhrohhmpefrvght vghrucfgihhsvghnthhrrghuthcuoehpvghtvghrrdgvihhsvghnthhrrghuthesvghnth gvrhhprhhishgvuggsrdgtohhmqeenucggtffrrghtthgvrhhnpeekhfejtdejffduhfel jefhkeefgeetleetjefggeeijeduleeivdetteevgffhffenucffohhmrghinhepphhosh htghhrvghsqhhlrdhorhhgnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehm rghilhhfrhhomhepphgvthgvrhdrvghishgvnhhtrhgruhhtsegvnhhtvghrphhrihhsvg gusgdrtghomh X-ME-Proxy: Feedback-ID: i131946ab:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Wed, 12 Apr 2023 11:30:29 -0400 (EDT) Message-ID: Date: Wed, 12 Apr 2023 17:30:28 +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: Andrew Dunstan , 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> <50193d79-e7d1-ea81-1ef3-5670b007c7c3@enterprisedb.com> From: Peter Eisentraut In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 07.04.23 16:39, Andrew Dunstan wrote: >>>>> 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. > > "meson compile" doesn't seem to build the docs by default ( see > ), and I'd rather it didn't, building the docs is a separate and optional step for the buildfarm. You can control this with the "docs" option for meson, as of recently.