summaryrefslogtreecommitdiffstats
path: root/src/util
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2012-12-12 20:19:17 -0500
committerTom Yu <tlyu@mit.edu>2012-12-12 20:29:55 -0500
commit6fbc0e5616a89368de6771208a5f2df8815842b0 (patch)
tree6e6ffcd4cb82ecdb544b0de1b00bf78e31e89382 /src/util
parent9973812776fc69bc5fb8e3c7f85784cb295625f0 (diff)
downloadkrb5-6fbc0e5616a89368de6771208a5f2df8815842b0.tar.gz
krb5-6fbc0e5616a89368de6771208a5f2df8815842b0.tar.xz
krb5-6fbc0e5616a89368de6771208a5f2df8815842b0.zip
Update mkrel for SPHINX_ARGS
Update mkrel so that it will explicitly set SPHINX_ARGS=-W to make warnings fatal and so that it will work in an unconfigured tree. ticket: 7497 (new) target_version: 1.11 tags: pullup
Diffstat (limited to 'src/util')
-rwxr-xr-xsrc/util/mkrel4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/mkrel b/src/util/mkrel
index a8de50b5dd..a1c0d36099 100755
--- a/src/util/mkrel
+++ b/src/util/mkrel
@@ -186,9 +186,9 @@ rm -rf $reldir/.git || true
if test $dodoc = t; then
echo "Building doc..."
(cd $reldir/src/doc && make -f Makefile.in \
- top_srcdir=.. srcdir=. PYTHON=python html pdf)
+ top_srcdir=.. srcdir=. SPHINX_ARGS=-W PYTHON=python html pdf)
(cd $reldir/src/doc && make -f Makefile.in \
- top_srcdir=.. srcdir=. PYTHON=python clean)
+ top_srcdir=.. srcdir=. SPHINX_ARGS=-W PYTHON=python clean)
fi
echo "Generating tarfiles..."