]> git.llucax.com Git - software/mutt-debian.git/blob - debian/patches/debian-specific/dont_document_not_present_features.diff
Merge from sarge branch.
[software/mutt-debian.git] / debian / patches / debian-specific / dont_document_not_present_features.diff
1 Index: init.h
2 ===================================================================
3 --- init.h.orig 2007-03-21 21:33:20.000000000 +0100
4 +++ init.h      2007-03-21 21:35:32.000000000 +0100
5 @@ -19,7 +19,7 @@
6  
7  #ifdef _MAKEDOC
8  # include "config.h"
9 -# include "makedoc-defs.h"
10 +/* # include "makedoc-defs.h" include only documented options for Debian */
11  #else
12  # include "sort.h"
13  #endif
14 Index: functions.h
15 ===================================================================
16 --- functions.h.orig    2007-03-21 21:35:37.000000000 +0100
17 +++ functions.h 2007-03-21 21:35:51.000000000 +0100
18 @@ -35,7 +35,7 @@
19  
20  #ifdef _MAKEDOC
21  # include "config.h"
22 -# include "makedoc-defs.h"
23 +/* # include "makedoc-defs.h" include only documented options for Debian */
24  #endif
25  
26  struct binding_t OpGeneric[] = { /* map: generic */