--- Makefile | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index 18a9552..7d94041 100644 --- a/Makefile +++ b/Makefile @@ -87,4 +87,5 @@ install_contrib: contrib install_all: install install_contrib clean: - rm -fr magit-pkg.el magit.spec magit.info $(ELCS) $(ELCS_CONTRIB) *.tar.gz magit-$(VERSION) + rm -f magit.info #NO_DIST + rm -fr magit-pkg.el magit.spec $(ELCS) $(ELCS_CONTRIB) *.tar.gz magit-$(VERSION) -- 1.7.2.5
- [PATCH] Do not remove magit.info when 'make clean' is... Timo Juhani Lindfors
- Re: [PATCH] Do not remove magit.info when 'make ... Yann Hodique
