From: Junio C Hamano Date: Wed, 7 Jun 2006 19:27:53 +0000 (-0700) Subject: make clean: remove dist-doc targets. X-Git-Tag: v1.4.0-rc2~7 X-Git-Url: https://git.octo.it/?p=git.git;a=commitdiff_plain;h=9dc2164ab390a49b91f4866a85a076a5c5251986 make clean: remove dist-doc targets. Signed-off-by: Junio C Hamano --- diff --git a/Makefile b/Makefile index 265a7167..5226fa18 100644 --- a/Makefile +++ b/Makefile @@ -707,7 +707,7 @@ clean: rm -f *.spec *.pyc *.pyo */*.pyc */*.pyo common-cmds.h TAGS tags rm -rf $(GIT_TARNAME) .doc-tmp-dir rm -f $(GIT_TARNAME).tar.gz git-core_$(GIT_VERSION)-*.tar.gz - rm -f $(htmldocs).tar $(manpages).tar + rm -f $(htmldocs).tar.gz $(manpages).tar.gz $(MAKE) -C Documentation/ clean $(MAKE) -C templates clean $(MAKE) -C t/ clean