From: Tom Yu Date: Thu, 13 Dec 2012 01:19:17 +0000 (-0500) Subject: Update mkrel for SPHINX_ARGS X-Git-Tag: krb5-1.12-alpha1~421 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fbc0e5616a89368de6771208a5f2df8815842b0;p=thirdparty%2Fkrb5.git 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 --- 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..."