]> granicus.if.org Git - neomutt/commitdiff
Ensure the compressed documentation is always built.
authorKevin McCarthy <kevin@8t8.us>
Mon, 14 Nov 2016 19:02:17 +0000 (11:02 -0800)
committerRichard Russon <rich@flatcap.org>
Fri, 18 Nov 2016 21:43:15 +0000 (21:43 +0000)
Add USE_COMPRESSED to makedoc-defs.h so any conditional documentation
will always be built.

doc/makedoc-defs.h

index 6bfbb7d647d58b29a9b76b1b20cd62d67f72c231..c73c8eafa808abf0a32f06f08bbf8f9a24857b49 100644 (file)
@@ -58,4 +58,7 @@
 # ifndef USE_SIDEBAR
 #  define USE_SIDEBAR
 # endif
+# ifndef USE_COMPRESSED
+#  define USE_COMPRESSED
+# endif
 #endif