From: Ben Kaduk Date: Thu, 29 Nov 2012 00:15:05 +0000 (-0500) Subject: Fix typo X-Git-Tag: krb5-1.12-alpha1~432 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db26cd1b6f422c20c062385e0daeb8c95137428d;p=thirdparty%2Fkrb5.git 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 --- diff --git a/doc/conf.py b/doc/conf.py index 1fb48add6c..53898aec7d 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: