view tests/Makefile.am @ 3:8c55886cacd8

man pages will be maintained in troff now
author meillo@marmaro.de
date Fri, 26 Sep 2008 21:40:10 +0200
parents 08114f7dcc23
children
line wrap: on
line source

test.conf: $(srcdir)/conf.templ
	sed s/SMTP_HOST/`hostname`/ $(srcdir)/conf.templ > test.conf

local.sh: $(srcdir)/test.templ
	sed s/RECV_HOST/localhost/ $(srcdir)/test.templ > local.sh
	chmod ugo+x local.sh

smtpout.sh: $(srcdir)/test.templ
	sed s/RECV_HOST/`hostname`/ $(srcdir)/test.templ > smtpout.sh
	chmod ugo+x smtpout.sh

input/:
	mkdir input

all: test.conf local.sh smtpout.sh input/

EXTRA_DIST=conf.templ test.templ

conf.templ:
test.templ: