krb5 commit [krb5-1.11]: Note notice.txt's dependency on version.py

Tom Yu tlyu at MIT.EDU
Wed Dec 12 16:20:42 EST 2012


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

    Note notice.txt's dependency on version.py
    
    This dependency has been in effect since the notice build was changed
    to use the main conf.py, due to its unconditional execfile('version.py').
    Adding another conditional in conf.py seems to add needless complication,
    it is easier to just note the dependency in the Makefile and carry on.
    
    (cherry picked from commit 9031b739fc4f9e4215e537855a853d2134a69ba9)
    
    ticket: 7470
    version_fixed: 1.11
    status: resolved

 src/doc/Makefile.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/doc/Makefile.in b/src/doc/Makefile.in
index 56ec0bb..69ea475 100644
--- a/src/doc/Makefile.in
+++ b/src/doc/Makefile.in
@@ -52,7 +52,7 @@ substhtml: composite paths.py
 	$(SPHINX_BUILD) -t pathsubs -q rst_composite html_subst
 
 # Create an ASCII (okay, UTF-8) version of the NOTICE file
-notice.txt: $(docsrc)/conf.py $(docsrc)/notice.rst
+notice.txt: $(docsrc)/conf.py $(docsrc)/notice.rst $(docsrc)/version.py
 	$(SPHINX_BUILD) -b text -t notice -q $(docsrc) .
 
 NOTICE: notice.txt


More information about the cvs-krb5 mailing list