# HG changeset patch # User Augie Fackler # Date 1524677538 14400 # Node ID b8edcb6935186a5f31c459b03818220b3152559e # Parent 5828b4483012dff82efacc0a6639de02b0c0b9dd make: dist, all, and help should also be phony rules Otherwise you have to blow away the dist/ dir before you can make a new tarball. diff -r 5828b4483012 -r b8edcb693518 Makefile --- a/Makefile Wed Apr 25 13:30:56 2018 -0400 +++ b/Makefile Wed Apr 25 13:32:18 2018 -0400 @@ -5,7 +5,7 @@ all: help -.PHONY: tests +.PHONY: tests dist all help MANIFEST.in: hg manifest | sed -e 's/^/include /' > MANIFEST.in