Revert "doc/Makefile: drop doc-diff worktree and temporary files on "make clean""

This reverts commit 6f924265a0bf6efa677e9a684cebdde958e5ba06, which started to require that we have an executable git available in order to say "make clean", which gives us a chicken-and-egg problem. Having to have Git installed, or be in a repository, in order to be able to run an optional "doc-diff" tool is fine. Requiring either in order to run "make clean" is a different story. Reported by Jonathan Nieder <jrnieder@gmail.com>.

Junio C Hamano committed Sep 17, 2018 at 12:46 UTC 6b6547b46f6f3d6895b61467604ee1f4d98b5a7f
1 file changed -1
Documentation/Makefile
-1
@@ -331,7 +331,6 @@ clean:
331 $(RM) SubmittingPatches.txt
332 $(RM) $(cmds_txt) $(mergetools_txt) *.made
333 $(RM) manpage-base-url.xsl
334 - '$(SHELL_PATH_SQ)' ./doc-diff --clean
334
335 $(MAN_HTML): %.html : %.txt asciidoc.conf
336 $(QUIET_ASCIIDOC)$(RM) $@+ $@ && \