Mercurial > masqmail-0.2
comparison Makefile.am @ 1:af25f5c39d90 0.2.21-4
added diff from debian (masqmail-0.2.21-4)
author | meillo@marmaro.de |
---|---|
date | Fri, 26 Sep 2008 20:56:23 +0200 |
parents | 08114f7dcc23 |
children | 8c55886cacd8 |
comparison
equal
deleted
inserted
replaced
0:08114f7dcc23 | 1:af25f5c39d90 |
---|---|
19 tpl_dir: $(DESTDIR)@datadir@/tpl | 19 tpl_dir: $(DESTDIR)@datadir@/tpl |
20 | 20 |
21 $(DESTDIR)@datadir@/tpl: conf_dir | 21 $(DESTDIR)@datadir@/tpl: conf_dir |
22 install -d $(DESTDIR)@datadir@/masqmail/tpl | 22 install -d $(DESTDIR)@datadir@/masqmail/tpl |
23 install -m 644 tpl/failmsg.tpl $(DESTDIR)@datadir@/masqmail/tpl | 23 install -m 644 tpl/failmsg.tpl $(DESTDIR)@datadir@/masqmail/tpl |
24 install -m 644 tpl/failmsg.tpl.{de,fr,it} $(DESTDIR)@datadir@/masqmail/tpl | 24 install -m 644 tpl/failmsg.tpl.* $(DESTDIR)@datadir@/masqmail/tpl |
25 install -m 644 tpl/warnmsg.tpl $(DESTDIR)@datadir@/masqmail/tpl | 25 install -m 644 tpl/warnmsg.tpl $(DESTDIR)@datadir@/masqmail/tpl |
26 install -m 644 tpl/warnmsg.tpl.{de,fr} $(DESTDIR)@datadir@/masqmail/tpl | 26 install -m 644 tpl/warnmsg.tpl.* $(DESTDIR)@datadir@/masqmail/tpl |
27 | 27 |
28 log_dir: $(DESTDIR)@with_logdir@ | 28 log_dir: $(DESTDIR)@with_logdir@ |
29 | 29 |
30 spool_dir: $(DESTDIR)@with_spooldir@ | 30 spool_dir: $(DESTDIR)@with_spooldir@ |
31 | 31 |