make clean: remove dist-doc targets.
authorJunio C Hamano <junkio@cox.net>
Wed, 7 Jun 2006 19:27:53 +0000 (12:27 -0700)
committerJunio C Hamano <junkio@cox.net>
Wed, 7 Jun 2006 19:37:46 +0000 (12:37 -0700)
Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile

index 265a716..5226fa1 100644 (file)
--- 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