From: morioka Date: Tue, 1 Jun 1999 07:53:55 +0000 (+0000) Subject: (tar): Modify to convert `PACKAGE' in ftp.in. X-Git-Tag: chao-1_13_0~2 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=bf692ca2f5f079ebc21146aeacf1b78e0afaad15;p=elisp%2Fflim.git (tar): Modify to convert `PACKAGE' in ftp.in. --- diff --git a/Makefile b/Makefile index 275b57e..26b5dc9 100644 --- a/Makefile +++ b/Makefile @@ -58,7 +58,8 @@ tar: cd /tmp; $(RM) $(PACKAGE)-$(VERSION)/ftp.in ; \ $(TAR) cvzf $(PACKAGE)-$(VERSION).tar.gz $(PACKAGE)-$(VERSION) cd /tmp; $(RM) -r $(PACKAGE)-$(VERSION) - sed "s/VERSION/$(VERSION)/" < ftp.in | sed "s/API/$(API)/" > ftp + sed "s/VERSION/$(VERSION)/" < ftp.in | sed "s/API/$(API)/" \ + | sed "s/PACKAGE/$(PACKAGE)/" > ftp release: -$(RM) $(ARC_DIR)/$(PACKAGE)-$(VERSION).tar.gz