emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] 346/352: Adjust Makefile


From: Stefan Monnier
Subject: [elpa] 346/352: Adjust Makefile
Date: Mon, 07 Jul 2014 14:05:47 +0000

monnier pushed a commit to branch master
in repository elpa.

commit ac054d61474b128f580307afa8d053a06eab922a
Author: Teemu Likonen <address@hidden>
Date:   Sat May 17 10:57:06 2014 +0300

    Adjust Makefile
---
 Makefile |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index b644579..225b5e3 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,8 @@ PKG := $(BASE)-pkg.el
 FILES := $(MAIN) $(PKG) COPYING README
 NAME := $(BASE)-$(VERSION)
 
-elpa: $(NAME).tar
+elpa: $(PKG)
+tar: $(NAME).tar
 sign: $(NAME).tar.sig
 elc: $(BASE).elc
 
@@ -33,6 +34,6 @@ tag:
        git tag -s $(VERSION) -m 'Version $(VERSION)' HEAD
 
 clean:
-       rm -f -- $(PKG) $(BASE)*.tar* README $(BASE).elc
+       rm -f -- $(BASE)*.tar* README $(BASE).elc
 
-.PHONY: elpa sign tag clean elc
+.PHONY: elpa tar sign tag clean elc $(PKG)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]