Skip to content

Commit 6b6547b

Browse files
committed
Revert "doc/Makefile: drop doc-diff worktree and temporary files on "make clean""
This reverts commit 6f92426, 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 <[email protected]>.
1 parent 6f92426 commit 6b6547b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Documentation/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,6 @@ clean:
331331
$(RM) SubmittingPatches.txt
332332
$(RM) $(cmds_txt) $(mergetools_txt) *.made
333333
$(RM) manpage-base-url.xsl
334-
'$(SHELL_PATH_SQ)' ./doc-diff --clean
335334

336335
$(MAN_HTML): %.html : %.txt asciidoc.conf
337336
$(QUIET_ASCIIDOC)$(RM) $@+ $@ && \

0 commit comments

Comments
 (0)