From 03416b6889e056f06d73730adf4b9927043f871f Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 21 Sep 2019 12:42:29 +0100 Subject: [PATCH 1/1] 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 --- Makefile.in | 7 ------- 1 file changed, 7 deletions(-) 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 -- 2.30.2