diff options
author | Junio C Hamano <junkio@cox.net> | 2005-11-05 02:39:42 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-11-06 01:12:31 -0800 |
commit | d071e8dbb6849d40038db2d98a601395fe7b0b73 (patch) | |
tree | 176b30fe9702843b082f3177e53cb6cb809ff10d /Makefile | |
parent | 12aa7456c937f758df9aafcc0123395ed7660fca (diff) | |
download | git-d071e8dbb6849d40038db2d98a601395fe7b0b73.tar.gz git-d071e8dbb6849d40038db2d98a601395fe7b0b73.tar.xz |
Package split: Debian.
As discussed on the list, split the foreign SCM interoperability
packages and documentation from the git-core binary package.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -450,8 +450,8 @@ clean: rm -f git-core.spec *.pyc *.pyo rm -rf $(GIT_TARNAME) rm -f $(GIT_TARNAME).tar.gz git-core_$(GIT_VERSION)-*.tar.gz - rm -f git-core_$(GIT_VERSION)-*.deb git-core_$(GIT_VERSION)-*.dsc - rm -f git-tk_$(GIT_VERSION)-*.deb + rm -f git-core_$(GIT_VERSION)-*.dsc + rm -f git-*_$(GIT_VERSION)-*.deb $(MAKE) -C Documentation/ clean $(MAKE) -C templates clean $(MAKE) -C t/ clean |