]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Note notice.txt's dependency on version.py
authorBen Kaduk <kaduk@mit.edu>
Thu, 29 Nov 2012 00:06:44 +0000 (19:06 -0500)
committerBen Kaduk <kaduk@mit.edu>
Mon, 10 Dec 2012 18:01:26 +0000 (13:01 -0500)
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

index 56ec0bba3a6e5b282e153212b25ae8844bf708fc..69ea475ed27038be44628debb063d5cfb3671e3e 100644 (file)
@@ -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