From: Kevin McCarthy Date: Mon, 14 Nov 2016 19:02:17 +0000 (-0800) Subject: Ensure the compressed documentation is always built. X-Git-Tag: mutt-1-8-rel~89 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=01938b83c4cba91a338f0e959c9a4a32cc7e24dd;p=mutt 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 ac6cd33e..61675ab6 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