]> git.llucax.com Git - software/mutt-debian.git/blob - debian/patches/debian-specific/dont_document_not_present_features.diff
refreshed all patches up to mutt.org
[software/mutt-debian.git] / debian / patches / debian-specific / dont_document_not_present_features.diff
1 As the patch says, this will add an include so only documented options
2 for Debian will be used
3
4 --- a/init.h
5 +++ b/init.h
6 @@ -19,7 +19,7 @@
7  
8  #ifdef _MAKEDOC
9  # include "config.h"
10 -# include "doc/makedoc-defs.h"
11 +/* # include "makedoc-defs.h" include only documented options for Debian */
12  #else
13  # include "sort.h"
14  #endif
15 --- a/functions.h
16 +++ b/functions.h
17 @@ -35,7 +35,7 @@
18  
19  #ifdef _MAKEDOC
20  # include "config.h"
21 -# include "doc/makedoc-defs.h"
22 +/* # include "doc/makedoc-defs.h" include only documented options for Debian */
23  #endif
24  
25  struct binding_t OpGeneric[] = { /* map: generic */