From: yamaoka Date: Thu, 5 Aug 1999 05:38:18 +0000 (+0000) Subject: (PACKAGE): Rename from "mu" to "mu-cite". X-Git-Tag: mu-cite-8_0~3 X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Fmu-cite.git;a=commitdiff_plain;h=5f66538717d0ff9602b345613953b5efe3d07501 (PACKAGE): Rename from "mu" to "mu-cite". (invoice): New target. --- diff --git a/Makefile b/Makefile index 52f87a2..08e1f81 100644 --- 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)