Skip to content

Commit 93834fd

Browse files
committed
dodoc: define and export DIFF
Documentation/Makefile should do this but in the meantime...
1 parent 1c1cd37 commit 93834fd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dodoc.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ case "$NID" in
8686
;;
8787
esac
8888

89+
DIFF=diff
90+
export DIFF
91+
8992
make >./:html.log 2>&1 \
9093
-C Documentation -j 2 $dd \
9194
WEBDOC_DEST="$DOCREPO/doc-html-inst" install-webdoc || exit

0 commit comments

Comments
 (0)