[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <e26b0a4421a0ff05f5e18d46606e6d5bda7bb502.1758111077.git.mchehab+huawei@kernel.org>
Date: Wed, 17 Sep 2025 14:15:08 +0200
From: Mauro Carvalho Chehab <mchehab+huawei@...nel.org>
To: Jonathan Corbet <corbet@....net>,
Linux Doc Mailing List <linux-doc@...r.kernel.org>
Cc: Mauro Carvalho Chehab <mchehab+huawei@...nel.org>,
"Akira Yokosawa" <akiyks@...il.com>,
"Mauro Carvalho Chehab" <mchehab+huawei@...nel.org>,
linux-kernel@...r.kernel.org
Subject: [PATCH v7 14/24] docs: Makefile: document FONTS_CONF_DENY_VF= parameter
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 <mchehab+huawei@...nel.org>
---
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={a4|letter} Specifies the paper size used for LaTeX/PDF output.'
@echo
+ @echo ' make FONTS_CONF_DENY_VF={path} sets a deny list to block variable Noto CJK fonts'
+ @echo ' for PDF build. See tools/docs/lib/latex_fonts.py for more details'
+ @echo
@echo ' Default location for the generated documents is Documentation/output'
--
2.51.0
Powered by blists - more mailing lists