X-Git-Url: http://gitweb.michael.orlitzky.com/?p=postfix-logwatch.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=9b317acf6e5b561138c117c09fdf9af8ea9622d4;hp=089a7e7946fc49d68a55e8b6b69e562ff57f7faa;hb=bbc24b2f77a0c65cf34d7bc463793679404d087b;hpb=e8205b31ca0cc4b1a17c7f36b2386d8339dcc1dd diff --git a/Makefile b/Makefile index 089a7e7..9b317ac 100644 --- a/Makefile +++ b/Makefile @@ -19,8 +19,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: @@ -60,10 +58,7 @@ release: program htmlpage rel=$(program)-$$vers ; \ tar -czvf $${rel}.tgz --group=0 --owner=0 --mode=644 --transform=s",^,$${rel}/," $(src) ; \ md5sum $${rel}.tgz > $${rel}.tgz.md5 ; \ - chmod 644 $${rel}.tgz $${rel}.tgz.md5 - -program: - $(toolsdir)/build_from_modules $(program) >| $(program); + chmod 644 $${rel}.tgz $${rel}.tgz.md5 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;