summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>2025-09-18 13:54:48 +0200
committerJonathan Corbet <corbet@lwn.net>2025-09-18 11:18:39 -0600
commitc6879037a1bbf74802322fa25429b4b0deeab4f3 (patch)
tree3c1925ac58d42ac3ac23812a8ee9c9857b8449ed
parentc514b13fd0ee0a9f1cde6458c18e2b7f6c9c4064 (diff)
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@kernel.org> Message-ID: <a84680c8f6f34e57c51829242ebc98a609af94c1.1758196090.git.mchehab+huawei@kernel.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r--Documentation/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile
index 0572e209305d..0dbbd3f50b4f 100644
--- a/Documentation/Makefile
+++ b/Documentation/Makefile
@@ -130,4 +130,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'