]> Git Repo - linux.git/commitdiff
docs: pdfdocs: Fix typo in CJK-language specific font settings
authorAkira Yokosawa <[email protected]>
Sun, 29 Aug 2021 02:06:16 +0000 (11:06 +0900)
committerJonathan Corbet <[email protected]>
Mon, 6 Sep 2021 22:53:39 +0000 (16:53 -0600)
There were typos in the fallback definitions of dummy LaTeX macros
for systems without CJK fonts.
They cause build errors in "make pdfdocs" on such systems.
Fix them.

Fixes: e291ff6f5a03 ("docs: pdfdocs: Add CJK-language-specific font settings")
Signed-off-by: Akira Yokosawa <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jonathan Corbet <[email protected]>
Documentation/conf.py

index 75650f6443af951ace072d201f93aa4e70319413..948a97d6387ddbc2eb6630ead8d3be6324331337 100644 (file)
@@ -463,8 +463,8 @@ latex_elements['preamble']  += '''
        \\newcommand{\\kerneldocEndTC}{}
        \\newcommand{\\kerneldocBeginKR}{}
        \\newcommand{\\kerneldocEndKR}{}
-       \\newcommand{\\kerneldocBeginSC}{}
-       \\newcommand{\\kerneldocEndKR}{}
+       \\newcommand{\\kerneldocBeginJP}{}
+       \\newcommand{\\kerneldocEndJP}{}
     }
 '''
 
This page took 0.055162 seconds and 4 git commands to generate.