]> gitweb.michael.orlitzky.com - amavis-logwatch.git/commitdiff
Makefile: don't include myself in the release tarball. master
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 6 Aug 2021 15:12:22 +0000 (11:12 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 6 Aug 2021 15:12:22 +0000 (11:12 -0400)
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.

Makefile

index b800ee50db32f0f13dabaec10af74b7e8b29dae7..e98397a2d1a84182eefc0f889045451ef96c8f89 100644 (file)
--- 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