From: Kevin McCarthy Date: Mon, 14 Nov 2016 19:02:17 +0000 (-0800) Subject: Ensure the compressed documentation is always built. X-Git-Tag: neomutt-20170225~32^2~68 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9ea3fc3d9dc6527fdf685cb9d8d274c3483d2f10;p=neomutt Ensure the compressed documentation is always built. Add USE_COMPRESSED to makedoc-defs.h so any conditional documentation will always be built. --- diff --git a/doc/makedoc-defs.h b/doc/makedoc-defs.h index ac6cd33e0..61675ab6b 100644 --- a/doc/makedoc-defs.h +++ b/doc/makedoc-defs.h @@ -58,4 +58,7 @@ # ifndef USE_SIDEBAR # define USE_SIDEBAR # endif +# ifndef USE_COMPRESSED +# define USE_COMPRESSED +# endif #endif