(PACKAGE): Rename from "mu" to "mu-cite".
[elisp/mu-cite.git] / Makefile
index 52f87a2..08e1f81 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
 # Makefile for mu-cite.
 #
 
-PACKAGE = mu
+PACKAGE = mu-cite
 API    = 8
 RELEASE = 0
 
@@ -60,6 +60,10 @@ tar:
        sed "s/VERSION/$(VERSION)/" < ftp.in | sed "s/API/$(API)/" \
                | sed "s/PACKAGE/$(PACKAGE)/" > ftp
 
+invoice:
+       sed "s/VERSION/$(VERSION)/" < ftp.in | sed "s/API/$(API)/" \
+               | sed "s/PACKAGE/$(PACKAGE)/" > ftp
+
 release:
        -$(RM) $(ARC_DIR)/$(PACKAGE)-$(VERSION).tar.gz
        mv /tmp/$(PACKAGE)-$(VERSION).tar.gz $(ARC_DIR)