]> git.llucax.com Git - software/mutt-debian.git/blob - debian/patches/debian-specific/dont_document_not_present_features.diff
restoring debian/ for master
[software/mutt-debian.git] / debian / patches / debian-specific / dont_document_not_present_features.diff
1 --- a/init.h
2 +++ b/init.h
3 @@ -19,7 +19,7 @@
4  
5  #ifdef _MAKEDOC
6  # include "config.h"
7 -# include "doc/makedoc-defs.h"
8 +/* # include "makedoc-defs.h" include only documented options for Debian */
9  #else
10  # include "sort.h"
11  #endif
12 --- a/functions.h
13 +++ b/functions.h
14 @@ -35,7 +35,7 @@
15  
16  #ifdef _MAKEDOC
17  # include "config.h"
18 -# include "doc/makedoc-defs.h"
19 +/* # include "doc/makedoc-defs.h" include only documented options for Debian */
20  #endif
21  
22  struct binding_t OpGeneric[] = { /* map: generic */