From: Junio C Hamano Date: Wed, 27 Apr 2011 21:16:01 +0000 (-0700) Subject: dodoc: define and export DIFF X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93834fd3f97715fef58a286e1f07eeabbb46509a;p=thirdparty%2Fgit.git dodoc: define and export DIFF Documentation/Makefile should do this but in the meantime... --- diff --git a/dodoc.sh b/dodoc.sh index 0c064ce426..e11bacd069 100755 --- a/dodoc.sh +++ b/dodoc.sh @@ -86,6 +86,9 @@ case "$NID" in ;; esac +DIFF=diff +export DIFF + make >./:html.log 2>&1 \ -C Documentation -j 2 $dd \ WEBDOC_DEST="$DOCREPO/doc-html-inst" install-webdoc || exit