From: Junio C Hamano <junkio@cox.net>
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://granicus.if.org/sourcecode?a=commitdiff_plain;h=9dc2164ab390a49b91f4866a85a076a5c5251986;p=git

make clean: remove dist-doc targets.

Signed-off-by: Junio C Hamano <junkio@cox.net>
---

diff --git a/Makefile b/Makefile
index 265a716704..5226fa1881 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