From: Ben Kaduk Date: Thu, 21 Mar 2013 15:49:49 +0000 (-0400) Subject: Rebuild NOTICE for 2013 X-Git-Tag: krb5-1.12-alpha1~259 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed6edd5d15d4c8265138914e7fe34e781fc5a0cf;p=thirdparty%2Fkrb5.git 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. --- diff --git a/NOTICE b/NOTICE index 7978f5109c..ac08bba04c 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 f94a3f54d0..269ea2c7c2 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' ]