changeset: 6853:c78753f98e34 user: Kevin McCarthy <[email protected]> date: Mon Nov 14 11:02:17 2016 -0800 link: http://dev.mutt.org/hg/mutt/rev/c78753f98e34
Ensure the compressed documentation is always built. Add USE_COMPRESSED to makedoc-defs.h so any conditional documentation will always be built. diffs (11 lines): diff -r 99a3ff6555d9 -r c78753f98e34 doc/makedoc-defs.h --- a/doc/makedoc-defs.h Sun Nov 13 20:02:36 2016 -0800 +++ b/doc/makedoc-defs.h Mon Nov 14 11:02:17 2016 -0800 @@ -58,4 +58,7 @@ # ifndef USE_SIDEBAR # define USE_SIDEBAR # endif +# ifndef USE_COMPRESSED +# define USE_COMPRESSED +# endif #endif
