Mercurial > masqmail-0.2
comparison man/Makefile.in @ 98:6f0c471df9af
added man page for rmail(1)
author | meillo@marmaro.de |
---|---|
date | Mon, 21 Jun 2010 12:10:01 +0200 |
parents | 0707a9ae145d |
children | 1db6e1b91ead |
comparison
equal
deleted
inserted
replaced
97:620aaf5e22f6 | 98:6f0c471df9af |
---|---|
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 | 179 man_MANS = masqmail.8 mservdetect.1 masqmail.conf.5 masqmail.route.5 masqmail.get.5 masqmail.aliases.5 rmail.1 |
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 \ |