From nobody Fri Oct 3 12:13:06 2025 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 093C234167B; Mon, 1 Sep 2025 14:42:37 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756737758; cv=none; b=fQUO0hsuTkiIDpxm9aCTaLyma92vbpVW2k86cFD1n48ppYvtsgt4JeE8lkAbuy0veLarwu3K44fll3RenMQhvfNhyR24wK5oTlIfaCS86uhI0kYx/qAILqE+l4gIv8eEE1Mz+G2qv6rHb/9EzgusR7CIededpUCY89kKB5qqc/s= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756737758; c=relaxed/simple; bh=pFn4aXuekiJ4nWHYjOpMDGZDzWz9r/tmySbqoG1yg7I=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: Content-Type:MIME-Version; b=TIG14Tfwvo2GuH3QsPiznWvtekwtXudP9QIN6FMT7swdC/oN4x3xDY7sx3etj3MD+xtox38im0DLMQ3Z1YxN5MU0qZQXI+8AfnHnjVIJZe7O61GTkWq2mP1xjxQUfcG61arTJSd7AtrDlN5BnE57xHXu2B4eB99C4Ttf2M0nHfA= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=mC+6MG6M; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="mC+6MG6M" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7582FC116B1; Mon, 1 Sep 2025 14:42:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1756737757; bh=pFn4aXuekiJ4nWHYjOpMDGZDzWz9r/tmySbqoG1yg7I=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=mC+6MG6MKObG3pHB3gNSKWuOXcHXP6+k4/P0zIYAesII+OB7A8GDc5Q77tzWfGfot 9SkC2lpRH6iqSmWoS6uehrohSPxbRXWiw1HqTn9oHz5NtpBdWfzlUFvCxXqzUvE5We qHSIrzpC7s7Jm3KEhT/oTPtSaR5JpV4jetieNTiXginLkq90k9gIQe6BnySQr6OraZ +SmnlRJo+SqU4fRSPKHEZTqC3+lbsItDveQ4M6/2DOyU6iJVp9EfNt6iSNnYzYzanv jq66eQBZOJxrlnHKbmhVvt2Unq3wftH4RKRrkQDqO8E0XyMVNi9gaMD4Syz4AryMze F6zweMMewWKzg== Received: from mchehab by mail.kernel.org with local (Exim 4.98.2) (envelope-from ) id 1ut5jv-00000003G3k-36Mb; Mon, 01 Sep 2025 16:42:35 +0200 From: Mauro Carvalho Chehab To: Jonathan Corbet , Linux Doc Mailing List Cc: Mauro Carvalho Chehab , Mauro Carvalho Chehab , linux-kernel@vger.kernel.org Subject: [PATCH v3 10/15] docs: Makefile: document latex/PDF PAPER= parameter Date: Mon, 1 Sep 2025 16:42:26 +0200 Message-ID: X-Mailer: git-send-email 2.51.0 In-Reply-To: References: Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Sender: Mauro Carvalho Chehab While the build system supports this for a long time, this was never documented. Add a documentation for it. Signed-off-by: Mauro Carvalho Chehab --- Documentation/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/Makefile b/Documentation/Makefile index 2b0ed8cd5ea8..3e1cb44a5fbb 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -124,4 +124,6 @@ dochelp: @echo @echo ' make DOCS_CSS=3D{a .css file} adds a DOCS_CSS override file for= html/epub output.' @echo + @echo ' make PAPER=3D{a4|letter} Specifies the paper size used for LaTe= X/PDF output.' + @echo @echo ' Default location for the generated documents is Documentation/o= utput' --=20 2.51.0