Mercurial > masqmail
comparison man/Makefile.in @ 148:1db6e1b91ead
moved rmail from bin (man1) to sbin (man8)
Debian demands rmail to be in /usr/sbin
therefore it is surely no bad idea to have ich this way
author | meillo@marmaro.de |
---|---|
date | Thu, 08 Jul 2010 00:40:19 +0200 |
parents | 6f0c471df9af |
children | 89f951be358f |
comparison
equal
deleted
inserted
replaced
147:cb42157b3520 | 148:1db6e1b91ead |
---|---|
174 with_confdir = @with_confdir@ | 174 with_confdir = @with_confdir@ |
175 with_group = @with_group@ | 175 with_group = @with_group@ |
176 with_logdir = @with_logdir@ | 176 with_logdir = @with_logdir@ |
177 with_spooldir = @with_spooldir@ | 177 with_spooldir = @with_spooldir@ |
178 with_user = @with_user@ | 178 with_user = @with_user@ |
179 man_MANS = masqmail.8 mservdetect.1 masqmail.conf.5 masqmail.route.5 masqmail.get.5 masqmail.aliases.5 rmail.1 | 179 man_MANS = masqmail.8 mservdetect.1 masqmail.conf.5 masqmail.route.5 masqmail.get.5 masqmail.aliases.5 rmail.8 |
180 all: all-am | 180 all: all-am |
181 | 181 |
182 .SUFFIXES: | 182 .SUFFIXES: |
183 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) | 183 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) |
184 @for dep in $?; do \ | 184 @for dep in $?; do \ |