]> granicus.if.org Git - neomutt/commitdiff
Fix missing sidebar documentation links. (closes #3847)
authorKevin McCarthy <kevin@8t8.us>
Thu, 30 Jun 2016 19:57:17 +0000 (12:57 -0700)
committerKevin McCarthy <kevin@8t8.us>
Thu, 30 Jun 2016 19:57:17 +0000 (12:57 -0700)
USE_SIDEBAR needed to be set in doc/makedoc-defs.h so that the sidebar
option documentation is generated whether mutt is configured with the
sidebar or not.

doc/makedoc-defs.h

index 8f1a349ec1963902643d0bff5c4ce1c154f9be76..ac6cd33e09e273c8aed661d3514cbb9d1abc4fe7 100644 (file)
@@ -55,4 +55,7 @@
 # ifndef USE_SASL
 #  define USE_SASL
 # endif
+# ifndef USE_SIDEBAR
+#  define USE_SIDEBAR
+# endif
 #endif