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-20161126~16^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=96b3bf8cb459b5418b984dc14dd0e68781070888;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 6bfbb7d64..c73c8eafa 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