X-Git-Url: http://gitweb.michael.orlitzky.com/?p=amavis-logwatch.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=054abc367f32e9570c788e23bb2c24147745c1d6;hp=f5d7b7806505074feb407dc5fd34ab47d6e67cf2;hb=aee29f6dd8b5ea5a150d37108a523eb235a6ccdc;hpb=0dbe302189e86403ae728b463c055bf7973c4eec diff --git a/Makefile b/Makefile index f5d7b78..054abc3 100644 --- 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;