]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Update mkrel for new doc build process
authorTom Yu <tlyu@mit.edu>
Wed, 21 Nov 2012 00:41:56 +0000 (19:41 -0500)
committerTom Yu <tlyu@mit.edu>
Wed, 21 Nov 2012 00:41:56 +0000 (19:41 -0500)
ticket: 7453 (new)
target_version: 1.11
tags: pullup

src/util/mkrel

index 90c135afe3caae6dd46c7eaf3ac60bc6ea245266..a8de50b5ddfea5ed78589f6ef9205cdb61e31d7f 100755 (executable)
@@ -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..."