[30655] in CVS-changelog-for-Kerberos-V5
krb5 commit: In mkrel, build documentation with python3
daemon@ATHENA.MIT.EDU (Greg Hudson)
Wed Dec 11 12:11:09 2019
Date: Wed, 11 Dec 2019 12:11:03 -0500
From: Greg Hudson <ghudson@mit.edu>
Message-ID: <201912111711.xBBHB30e009312@drugstore.mit.edu>
To: <cvs-krb5@mit.edu>
MIME-Version: 1.0
Reply-To: krbdev@mit.edu
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: cvs-krb5-bounces@mit.edu
https://github.com/krb5/krb5/commit/17b40b1acb8f2e2c1f646ae76a9919089c4ba85c
commit 17b40b1acb8f2e2c1f646ae76a9919089c4ba85c
Author: Greg Hudson <ghudson@mit.edu>
Date: Wed Dec 11 12:09:27 2019 -0500
In mkrel, build documentation with python3
After commit 95830231758de259abbbccedbac01613f578768a, the
documentation cannot be built with Python 2. Run make with
"PYTHON=python3" to ensure that we use Python 3.
src/util/mkrel | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/util/mkrel b/src/util/mkrel
index d962a64..1bef059 100755
--- a/src/util/mkrel
+++ b/src/util/mkrel
@@ -183,9 +183,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=. SPHINX_ARGS=-W PYTHON=python html pdf)
+ top_srcdir=.. srcdir=. SPHINX_ARGS=-W PYTHON=python3 html pdf)
(cd $reldir/src/doc && make -f Makefile.in \
- top_srcdir=.. srcdir=. SPHINX_ARGS=-W PYTHON=python clean)
+ top_srcdir=.. srcdir=. SPHINX_ARGS=-W PYTHON=python3 clean)
fi
echo "Generating tarfiles..."
_______________________________________________
cvs-krb5 mailing list
cvs-krb5@mit.edu
https://mailman.mit.edu/mailman/listinfo/cvs-krb5