We no longer generate it ourselves since commit afb15b75, so if it's there, it means a packager put it there for a good reason.
Signed-off-by: Pieter Praet <[email protected]> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e197af8..64db12a 100644 --- a/Makefile +++ b/Makefile @@ -171,7 +171,7 @@ test: $(ELCS) .PHONY: clean clean: rm -f $(ELCS) $(LOADDEFS_FILE) magit-version.el magit.info - rm -fr magit-$(VERSION) magit.spec *.tar.gz *.tar + rm -fr magit-$(VERSION) *.tar.gz *.tar test -e .git || rm -f magit.info DIST_FILES = $(ELS) magit-version.el Makefile AUTHORS -- 1.7.11.1 -- --- You received this message because you are subscribed to the Google Groups "magit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
