]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Rebuild NOTICE for 2013
authorBen Kaduk <kaduk@mit.edu>
Thu, 21 Mar 2013 15:49:49 +0000 (11:49 -0400)
committerBen Kaduk <kaduk@mit.edu>
Thu, 21 Mar 2013 15:49:49 +0000 (11:49 -0400)
Also exclude copyright.rst from the notice.txt build, as maintainer-mode
builds error out due to the "document isn't included in any toctree"
warning otherwise produced.

NOTICE
doc/conf.py

diff --git a/NOTICE b/NOTICE
index 7978f5109c419631400cee078987e084de38ff5d..ac08bba04c2b1cdf7196dc5cff4c5d62814449dd 100644 (file)
--- a/NOTICE
+++ b/NOTICE
@@ -1,4 +1,4 @@
-Copyright (C) 1985-2012 by the Massachusetts Institute of Technology.
+Copyright (C) 1985-2013 by the Massachusetts Institute of Technology.
 
 All rights reserved.
 
index f94a3f54d05100700d342a69de18a143af3534c6..269ea2c7c242de3f9c6a7a42f0b45e7429b44781 100644 (file)
@@ -253,8 +253,8 @@ rst_epilog = '\n'
 if 'notice' in tags:
     exclude_patterns = [ 'admin', 'appdev', 'basic', 'build',
                          'plugindev', 'user' ]
-    exclude_patterns += [ 'about.rst', 'build_this.rst', 'index.rst',
-                          'mitK5*.rst', 'resources.rst' ]
+    exclude_patterns += [ 'about.rst', 'build_this.rst', 'copyright.rst',
+                          'index.rst', 'mitK5*.rst', 'resources.rst' ]
     rst_epilog += '.. |copy| replace:: \(C\)'
 else:
     exclude_patterns += [ 'notice.rst' ]