From nobody Thu Oct 2 13:07:22 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 8C47631A7FD; Wed, 17 Sep 2025 12:15:55 +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=1758111355; cv=none; b=nUlgpdC70A9AgAHSHSFB4SbWestd3il1zsn90e7wRBHPt5MCTO9FpcwWn76N2favJtxXYnFN0lmBII7PZE3byxjnUDSzsrwvFMa7ZqkHArP9SlIRBJZM5ChffRDHiuRL8PXm+UJAFk6LlwAtRUpfaZ4HxMdBcVCQJo6Usg37y/s= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1758111355; c=relaxed/simple; bh=mOGPpjFInnJF5ficZgf3c7TZFdWiehGB3ZFVn3w7fEg=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=YppNsrJRsL2aCthDwV7FcFEmgfoLzUi/nP5fQoXIfIlDagUIFT/UJN/ideUPksvnQ+DtJzGSI0o4hUHZW4kt7JEovpp5SY0cVJxrgdv8BaMkOfibK5Vr3K4nQ9dd4PwTynvcoG3e+isd3muKyJ9IXat0gmPhXQtJGbTgo34cLd8= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=mb73G6p/; 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="mb73G6p/" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3AB6FC4CEFD; Wed, 17 Sep 2025 12:15:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1758111355; bh=mOGPpjFInnJF5ficZgf3c7TZFdWiehGB3ZFVn3w7fEg=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=mb73G6p/MvHTbaZemWskx/A9k3EmwRPf8L50Vgu916lpBnMg97Sb6QnzyuKLVBhd+ 5BOI61zeGUS/abs3dj+02VPFeW4Kr63K54vhIlU94glf9tYxMw91/BQBsm959rqVAA DKTkrMcl3gWTv6FqsAJDrvbxVSFPeTj7FnyNcxpoeqUPwWJk2mHRNt7dTPI2iU792U yKT55gGq9ZAlYkmWnicFDvNhkgp1GRVuXtJZUrtzEu/sx5g5KSmanRzGIKfaOgwjaS zxpaNu97+uBKsms6vYnsOA1+d/4CN15VCsw5yhIAVTOQKBWhyxWnawIMngcK6dLdTi AL/txEBiydQnA== Received: from mchehab by mail.kernel.org with local (Exim 4.98.2) (envelope-from ) id 1uyr4h-0000000CGe4-1jQ5; Wed, 17 Sep 2025 14:15:51 +0200 From: Mauro Carvalho Chehab To: Jonathan Corbet , Linux Doc Mailing List Cc: Mauro Carvalho Chehab , "Akira Yokosawa" , "Mauro Carvalho Chehab" , linux-kernel@vger.kernel.org Subject: [PATCH v7 14/24] docs: Makefile: document FONTS_CONF_DENY_VF= parameter Date: Wed, 17 Sep 2025 14:15:08 +0200 Message-ID: X-Mailer: git-send-email 2.51.0 In-Reply-To: References: 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 Content-Type: text/plain; charset="utf-8" This parameter is there for some time, but it doesn't have anything documenting it at make help. Add some documentation, pointing to the place where one can find more details. Signed-off-by: Mauro Carvalho Chehab --- Documentation/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/Makefile b/Documentation/Makefile index a52b311cdadc..05397b9d844d 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -126,4 +126,7 @@ dochelp: @echo @echo ' make PAPER=3D{a4|letter} Specifies the paper size used for LaTe= X/PDF output.' @echo + @echo ' make FONTS_CONF_DENY_VF=3D{path} sets a deny list to block vari= able Noto CJK fonts' + @echo ' for PDF build. See tools/docs/lib/latex_fonts.py for more detai= ls' + @echo @echo ' Default location for the generated documents is Documentation/o= utput' --=20 2.51.0