aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.devel
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2008-01-30 14:41:21 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2008-01-30 14:41:21 +0000
commitce3af004a2eb7fabb2612fc00ea356a7d33d625f (patch)
tree27ad35f40ffdbbcafffdc647d2e19d30fe5ec0e4 /Makefile.devel
parentf693fcbd8b98e46665ae6027c2e7916b0610ed3f (diff)
Remove more zip
Diffstat (limited to 'Makefile.devel')
-rw-r--r--Makefile.devel10
1 files changed, 1 insertions, 9 deletions
diff --git a/Makefile.devel b/Makefile.devel
index f82fe91f..16e3bd92 100644
--- a/Makefile.devel
+++ b/Makefile.devel
@@ -162,8 +162,6 @@ EMACSFLAGS=-q -no-site-file
# GNU version of tar, please
TAR=tar
-# zip utility
-ZIP=zip
# Files not to include the distribution area or tarball
# FIXME: really this should be an opt-in list!
@@ -194,8 +192,6 @@ RPMBUILD=rpmbuild --define '_topdir $(RPMTOPDIR)'
DMGTOPDIR=/tmp/$(NAME)-dmg
RELEASENAMETGZ = $(RELEASENAME).tgz
-RELEASENAMEZIP = $(RELEASENAME).zip
-# What the RPM should be called.
RELEASENAMERPM = $(RELEASENAME)-1.noarch.rpm
# Files not kept under cvs to clean away.
@@ -210,9 +206,6 @@ SUBDIRS=$(ELISP_DIRS) etc doc images
PWD=$(shell pwd)
-%.gz: %
- gzip -f $*
-
FORCE:
# Targets to pre-compile for distribution
@@ -430,8 +423,7 @@ release: distclean tag dist
# Otherwise cp tries to make hard link instead of symlink?!
cp -pfdR $(DISTBUILDIR)/* $(RELEASEDIR)
(cd $(RELEASEDIR); rm -f $(LATESTNAME); ln -s $(RELEASENAME) $(LATESTNAME))
- (cd $(RELEASEDIR); ln -sf $(RELEASENAMETGZ) $(LATESTNAME).tar.gz)
- (cd $(RELEASEDIR); ln -sf $(RELEASENAMEZIP) $(LATESTNAME).zip)
+ (cd $(RELEASEDIR); ln -sf $(RELEASENAMETGZ) $(LATESTNAME).tgz)
(cd $(RELEASEDIR); ln -sf $(RELEASENAME)-1.noarch.rpm $(LATESTNAME).noarch.rpm)
(cd $(RELEASEDIR); echo $(PRERELEASE_TAG) > $(PREREL_TAG_FILE))
@echo "*************************************************"