krb5 commit: Rebuild NOTICE for 2013

Benjamin Kaduk kaduk at MIT.EDU
Thu Mar 21 11:51:28 EDT 2013


https://github.com/krb5/krb5/commit/ed6edd5d15d4c8265138914e7fe34e781fc5a0cf
commit ed6edd5d15d4c8265138914e7fe34e781fc5a0cf
Author: Ben Kaduk <kaduk at mit.edu>
Date:   Thu Mar 21 11:49:49 2013 -0400

    Rebuild NOTICE for 2013
    
    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      |    2 +-
 doc/conf.py |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/NOTICE b/NOTICE
index 7978f51..ac08bba 100644
--- 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.
 
diff --git a/doc/conf.py b/doc/conf.py
index f94a3f5..269ea2c 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -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' ]


More information about the cvs-krb5 mailing list