summaryrefslogtreecommitdiffstats
path: root/src/doc
diff options
context:
space:
mode:
authorBen Kaduk <kaduk@mit.edu>2012-11-28 19:06:44 -0500
committerBen Kaduk <kaduk@mit.edu>2012-12-10 13:01:26 -0500
commit9031b739fc4f9e4215e537855a853d2134a69ba9 (patch)
tree4d4b519848fa8d5a4e534911dccc904722271839 /src/doc
parentb017751b711dfd70c8735f655a51e5ff860af49b (diff)
downloadkrb5-9031b739fc4f9e4215e537855a853d2134a69ba9.tar.gz
krb5-9031b739fc4f9e4215e537855a853d2134a69ba9.tar.xz
krb5-9031b739fc4f9e4215e537855a853d2134a69ba9.zip
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
Diffstat (limited to 'src/doc')
-rw-r--r--src/doc/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/Makefile.in b/src/doc/Makefile.in
index 56ec0bba3a..69ea475ed2 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