Fix the deps for dist.
This commit is contained in:
parent
18cf118472
commit
eb0da0582e
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -24,7 +24,7 @@ magit-topgit.elc: magit-topgit.el
|
|||
magit.info:
|
||||
|
||||
# yuck - this needs cleaning up a bit...
|
||||
dist: magit.spec magit-pkg.el
|
||||
dist: $(DIST_FILES)
|
||||
mkdir -p magit-$(VERSION)
|
||||
cp $(DIST_FILES) magit-$(VERSION)
|
||||
tar -cvzf magit-$(VERSION).tar.gz magit-$(VERSION)
|
||||
|
|
Loading…
Add table
Reference in a new issue