]> git.llucax.com Git - software/mutt-debian.git/blobdiff - debian/patches/debian-specific/dont_document_not_present_features.diff
upstream/544180-italian-yesorno.patch: fixing a problem in the italian translation...
[software/mutt-debian.git] / debian / patches / debian-specific / dont_document_not_present_features.diff
index f73d76d9f5a434b75505d8d9b8220b83a0f3328d..a453ec3cf36cf553d4014de7168acf0a8fca0a1d 100644 (file)
@@ -1,26 +1,25 @@
-Index: init.h
-===================================================================
---- init.h.orig        2007-03-21 21:33:20.000000000 +0100
-+++ init.h     2007-03-21 21:35:32.000000000 +0100
+As the patch says, this will add an include so only documented options
+for Debian will be used
+
+--- a/init.h
++++ b/init.h
 @@ -19,7 +19,7 @@
  
  #ifdef _MAKEDOC
  # include "config.h"
--# include "makedoc-defs.h"
+-# include "doc/makedoc-defs.h"
 +/* # include "makedoc-defs.h" include only documented options for Debian */
  #else
  # include "sort.h"
  #endif
-Index: functions.h
-===================================================================
---- functions.h.orig   2007-03-21 21:35:37.000000000 +0100
-+++ functions.h        2007-03-21 21:35:51.000000000 +0100
+--- a/functions.h
++++ b/functions.h
 @@ -35,7 +35,7 @@
  
  #ifdef _MAKEDOC
  # include "config.h"
--# include "makedoc-defs.h"
-+/* # include "makedoc-defs.h" include only documented options for Debian */
+-# include "doc/makedoc-defs.h"
++/* # include "doc/makedoc-defs.h" include only documented options for Debian */
  #endif
  
  struct binding_t OpGeneric[] = { /* map: generic */