From: Michael Orlitzky Date: Fri, 6 Aug 2021 15:12:22 +0000 (-0400) Subject: Makefile: don't include myself in the release tarball. X-Git-Url: https://gitweb.michael.orlitzky.com/?p=amavis-logwatch.git;a=commitdiff_plain;h=b1eb6463638f78c7af2c4b8e7205e72a71762000 Makefile: don't include myself in the release tarball. There's nothing to make, really, so having this included is not too helpful. We could try to document DESTDIR to improve the utility of "make install"... but... I'm not quite ready to take responsibility for that without autotools around. --- diff --git a/Makefile b/Makefile index b800ee5..e98397a 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ program_logwatch = amavis src = $(program) \ $(program).conf \ $(program).1 \ - Changes Bugs Makefile README LICENSE + Changes Bugs README LICENSE prefix_logwatch = /etc/logwatch prefix_standalone = /usr/local