krb5 commit: Note notice.txt's dependency on version.py

Benjamin Kaduk kaduk at MIT.EDU
Mon Dec 10 13:15:47 EST 2012


https://github.com/krb5/krb5/commit/9031b739fc4f9e4215e537855a853d2134a69ba9
commit 9031b739fc4f9e4215e537855a853d2134a69ba9
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.
    
    ticket: 7470 (new)
    title: NOTICE build has unnoted dependency on version.py
    tags: pullup
    target_version: 1.11

 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