krb5 commit: Update mkrel for new doc build process
Tom Yu
tlyu at MIT.EDU
Tue Nov 20 19:58:12 EST 2012
https://github.com/krb5/krb5/commit/0657117a24e9c3d8b277225cf2e553df42b0f73c
commit 0657117a24e9c3d8b277225cf2e553df42b0f73c
Author: Tom Yu <tlyu at mit.edu>
Date: Tue Nov 20 19:41:56 2012 -0500
Update mkrel for new doc build process
ticket: 7453 (new)
target_version: 1.11
tags: pullup
src/util/mkrel | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/src/util/mkrel b/src/util/mkrel
index 90c135a..a8de50b 100755
--- a/src/util/mkrel
+++ b/src/util/mkrel
@@ -185,7 +185,10 @@ rm -rf $reldir/.git || true
if test $dodoc = t; then
echo "Building doc..."
- (cd $reldir/doc; make)
+ (cd $reldir/src/doc && make -f Makefile.in \
+ top_srcdir=.. srcdir=. PYTHON=python html pdf)
+ (cd $reldir/src/doc && make -f Makefile.in \
+ top_srcdir=.. srcdir=. PYTHON=python clean)
fi
echo "Generating tarfiles..."
More information about the cvs-krb5
mailing list