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.
confdir_standalone = $(prefix_standalone)/etc
mandir_standalone = $(prefix_standalone)/man/man1
-toolsdir = ../tools
-
INSTALL = /usr/bin/install -c
install:
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;