diff options
| author | John Ogness <john.ogness@linutronix.de> | 2018-04-19 17:34:10 +0200 |
|---|---|---|
| committer | John Ogness <john.ogness@linutronix.de> | 2018-04-19 17:34:10 +0200 |
| commit | 64516f9cc4a3ecc3c75b158227d523addc33f386 (patch) | |
| tree | 5c3af06db85c717a44754d8f6bc75b26c7f0286d /Kconfig | |
| parent | 76869963a8d6031afbb6f4eedc94fc98bfd217fa (diff) | |
printouts: add Kconfig option to build with printouts
If enabled, all selected presentations will also be build using
the print templates. These are named the same, but stored in the
deploy/printouts subdirectory.
Signed-off-by: John Ogness <john.ogness@linutronix.de>
Diffstat (limited to 'Kconfig')
| -rw-r--r-- | Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -5,6 +5,11 @@ config BUILD_HANDOUTS help Build papers with or without handouts +config BUILD_PRINTOUTS + bool "Build with printouts" + help + Build print version of slides + source "security/Kconfig" source "basics/cpu-arch/Kconfig" source "basics/lx-trainer/Kconfig" |
