diff options
| author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2025-09-18 13:54:47 +0200 |
|---|---|---|
| committer | Jonathan Corbet <corbet@lwn.net> | 2025-09-18 11:18:39 -0600 |
| commit | c514b13fd0ee0a9f1cde6458c18e2b7f6c9c4064 (patch) | |
| tree | c7d314e55ecce340a0719c61aeb6bdf77236364f | |
| parent | 2e1760999e58b6e24a459daf47fac2ef01ab3aff (diff) | |
docs: Makefile: document latex/PDF PAPER= parameter
While the build system supports this for a long time, this was
never documented. Add a documentation for it.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Message-ID: <9c7b34db18642081d22c36a4203f341c1100341e.1758196090.git.mchehab+huawei@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
| -rw-r--r-- | Documentation/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile index 9ec96ccb3495..0572e209305d 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -128,4 +128,6 @@ dochelp: @echo @echo ' make DOCS_CSS={a .css file} adds a DOCS_CSS override file for html/epub output.' @echo + @echo ' make PAPER={a4|letter} Specifies the paper size used for LaTeX/PDF output.' + @echo @echo ' Default location for the generated documents is Documentation/output' |
