summaryrefslogtreecommitdiffstats
path: root/Documentation/Makefile
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>2021-12-11 09:57:00 +0100
committerJonathan Corbet <corbet@lwn.net>2021-12-16 15:54:12 -0700
commit0e805b11866260d99c931be8a4cd54cda32eab3e (patch)
treef794981b75daf42a57054cc4f6448f35cd36fe6c /Documentation/Makefile
parent98d614bdaa58360bd3dec90710e7069cafad4c76 (diff)
downloadlinux-0e805b11866260d99c931be8a4cd54cda32eab3e.tar.gz
linux-0e805b11866260d99c931be8a4cd54cda32eab3e.tar.bz2
linux-0e805b11866260d99c931be8a4cd54cda32eab3e.zip
docs: address some text issues with css/theme support
Fix: - overriden ->overridden - some whitespace issues introduced at the css/theme Makefile help. Reported-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Reviewed-by: Randy Dunlap <rdunlap@infradead.org> Link: https://lore.kernel.org/r/b0b166025019f7cc4f122bd789c79ba28cc2d29d.1639212812.git.mchehab+huawei@kernel.org Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/Makefile')
-rw-r--r--Documentation/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile
index c9543b63dc6a..9f4bd42cef18 100644
--- a/Documentation/Makefile
+++ b/Documentation/Makefile
@@ -159,8 +159,8 @@ dochelp:
@echo ' make SPHINX_CONF={conf-file} [target] use *additional* sphinx-build'
@echo ' configuration. This is e.g. useful to build with nit-picking config.'
@echo
- @echo ' make DOCS_THEME={sphinx-theme} selects a different Sphinx theme.'
+ @echo ' make DOCS_THEME={sphinx-theme} selects a different Sphinx theme.'
@echo
- @echo ' make DOCS_CSS={a .css file} adds a DOCS_CSS override file for html/epub output.'
+ @echo ' make DOCS_CSS={a .css file} adds a DOCS_CSS override file for html/epub output.'
@echo
@echo ' Default location for the generated documents is Documentation/output'