krb5 commit [krb5-1.11]: Update mkrel for SPHINX_ARGS
Tom Yu
tlyu at MIT.EDU
Wed Dec 12 20:34:21 EST 2012
https://github.com/krb5/krb5/commit/5f54ae243708f6b4e09991cf45483e1808ad10e6
commit 5f54ae243708f6b4e09991cf45483e1808ad10e6
Author: Tom Yu <tlyu at mit.edu>
Date: Wed Dec 12 20:19:17 2012 -0500
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.
(cherry picked from commit 6fbc0e5616a89368de6771208a5f2df8815842b0)
ticket: 7497
version_fixed: 1.11
status: resolved
src/util/mkrel | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/util/mkrel b/src/util/mkrel
index a8de50b..a1c0d36 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..."
More information about the cvs-krb5
mailing list