Remove obsolete line.

This commit is contained in:
Dianne Skoll
2019-11-15 11:08:04 -05:00
parent a6ee3bc704
commit e85199d464

View File

@@ -82,12 +82,10 @@ distro:
git archive --worktree-attributes --format=tar --prefix=remind-$(VERSION)/ HEAD > remind-$(VERSION).tar
gzip -f -v -9 remind-$(VERSION).tar
gpg --detach-sign -u dianne@skoll.ca remind-$(VERSION).tar.gz
rm -f ../remind-$(VERSION)
beta-tgz:
git archive --worktree-attributes --format=tar --prefix=remind-$(VERSION)/ HEAD > remind-$(VERSION)-BETA-$(BETA).tar
gzip -f -v -9 remind-$(VERSION)-BETA-$(BETA).tar
rm -f ../remind-$(VERSION)-BETA-$(BETA)
#---------------- Stuff after this added by "make depend" -----------------