]> gitweb.michael.orlitzky.com - amavis-logwatch.git/commitdiff
Makefile: delete logreporters stuff.
authorMichael Orlitzky <michael@orlitzky.com>
Thu, 5 Aug 2021 21:57:29 +0000 (17:57 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Thu, 5 Aug 2021 21:57:29 +0000 (17:57 -0400)
This Makefile used to assemble postfix-logwatch from the "logreporters"
source tree, but now it's a standalone project with the logreporters
modules copy/pasted in. Delete the corresponding targets from the
Makefile.

Makefile

index f5d7b7806505074feb407dc5fd34ab47d6e67cf2..054abc367f32e9570c788e23bb2c24147745c1d6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -17,8 +17,6 @@ scriptdir_standalone = $(prefix_standalone)/bin
 confdir_standalone   = $(prefix_standalone)/etc
 mandir_standalone    = $(prefix_standalone)/man/man1
 
-toolsdir             = ../tools
-
 INSTALL = /usr/bin/install -c
 
 install:
@@ -58,8 +56,5 @@ release: program htmlpage
        md5sum $${rel}.tgz  > $${rel}.tgz.md5 ; \
        chmod 644 $${rel}.tgz  $${rel}.tgz.md5 
 
-program:
-       $(toolsdir)/build_from_modules $(program) >| $(program);
-
 htmlpage:
-       groff -m mandoc -T ascii $(program).1 | $(toolsdir)/man2html -t 'Man page: $(program)(1)' >| $(program).1.html;
+       groff -m mandoc -T ascii $(program).1 | man2html -t 'Man page: $(program)(1)' >| $(program).1.html;