dodoc: define and export DIFF
Documentation/Makefile should do this but in the meantime...
Junio C Hamano committed
Apr 27, 2011 at 14:16 UTC
93834fd3f97715fef58a286e1f07eeabbb46509a
1 file changed
+3
dodoc.sh
+3
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