From: Ian Jackson Date: Sat, 21 Sep 2019 11:42:29 +0000 (+0100) Subject: Makefile.in: Drop dist target X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/commitdiff_plain/refs/heads/master Makefile.in: Drop dist target It is much easier to do this with dgit sbuild, like the release checklist now suggests. People who don't want to use dgit or sbuild could use git-archive. dist targets are IMO obsolete. Signed-off-by: Ian Jackson --- diff --git a/Makefile.in b/Makefile.in index e59263f..7de2918 100644 --- a/Makefile.in +++ b/Makefile.in @@ -206,13 +206,6 @@ realclean: clean distclean: realclean -pfname:=$(PACKAGE)-$(VERSION) -tarfname:=../$(pfname).tar -dist: - $(RM) -rf $(tarfname) $(tarfname).gz - git archive --format=tar --prefix=$(pfname)/ HEAD -o $(tarfname) - gzip -9f $(tarfname) - # Release checklist: # # 0. Use this checklist from Makefile.in