From af2b1ff9b0863f4561e67899d18117bb8555f1b2 Mon Sep 17 00:00:00 2001 From: John Ogness Date: Fri, 20 Apr 2018 10:56:49 +0200 Subject: microconsult: add menu option to use theme Add a new CONFIG_BUILD_MICROCONSULT option to use the MicroConsult theme. Printouts are also affected by this option. Signed-off-by: John Ogness --- Kconfig | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Kconfig') diff --git a/Kconfig b/Kconfig index cedc98b..0195042 100644 --- a/Kconfig +++ b/Kconfig @@ -1,9 +1,14 @@ mainmenu "Build training documents" +config BUILD_MICROCONSULT + bool "Build with MicroConsult theme" + help + Build slides using the MicroConsult theme + config BUILD_HANDOUTS bool "Build with handouts" help - Build papers with or without handouts + Build handouts for slides config BUILD_PRINTOUTS bool "Build with printouts" -- cgit v1.2.3