krb5 commit: Fix typo

Benjamin Kaduk kaduk at MIT.EDU
Mon Dec 10 13:15:48 EST 2012


https://github.com/krb5/krb5/commit/db26cd1b6f422c20c062385e0daeb8c95137428d
commit db26cd1b6f422c20c062385e0daeb8c95137428d
Author: Ben Kaduk <kaduk at mit.edu>
Date:   Wed Nov 28 19:15:05 2012 -0500

    Fix typo
    
    We do not have any files with extension "rxt".
    
    ticket: 7471 (new)
    title: typo in exclude_patterns for notice build
    tags: pullup
    target_version: 1.11

 doc/conf.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/doc/conf.py b/doc/conf.py
index 1fb48ad..53898ae 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -252,7 +252,7 @@ rst_epilog = '\n'
 if 'notice' in tags:
     exclude_patterns = [ 'admin', 'appdev', 'basic', 'build',
                          'plugindev', 'user' ]
-    exclude_patterns += [ 'about.rst', 'build_this.rxt', 'index.rst',
+    exclude_patterns += [ 'about.rst', 'build_this.rst', 'index.rst',
                           'mitK5*.rst', 'resources.rst' ]
     rst_epilog += '.. |copy| replace:: \(C\)'
 else:


More information about the cvs-krb5 mailing list