masqmail-0.2

view Makefile.am @ 57:ed34413652fc

moved man pages from docs/ to man/
author meillo@marmaro.de
date Sat, 29 May 2010 22:07:07 +0200
parents 185ba6c0e6f0
children 6ab62592cac4
line source
1 EXTRA_DIST = \
2 examples/* docs/* man/* tpl/* \
3 INSTALL.agenda INSTALL.ipaq agenda-config.site
5 SUBDIRS = src man
7 install-data-local: log_dir spool_dir uid_bit conf_dir tpl_dir run_dir
9 conf_dir: $(DESTDIR)@with_confdir@
11 $(DESTDIR)@with_confdir@:
12 install -d $(DESTDIR)@with_confdir@
14 tpl_dir: $(DESTDIR)@datadir@/tpl
16 $(DESTDIR)@datadir@/tpl: conf_dir
17 install -d $(DESTDIR)@datadir@/masqmail/tpl
18 install -m 644 tpl/failmsg.tpl $(DESTDIR)@datadir@/masqmail/tpl
19 install -m 644 tpl/failmsg.tpl.* $(DESTDIR)@datadir@/masqmail/tpl
20 install -m 644 tpl/warnmsg.tpl $(DESTDIR)@datadir@/masqmail/tpl
21 install -m 644 tpl/warnmsg.tpl.* $(DESTDIR)@datadir@/masqmail/tpl
23 log_dir: $(DESTDIR)@with_logdir@
25 spool_dir: $(DESTDIR)@with_spooldir@
27 uid_bit: $(DESTDIR)@prefix@/sbin/masqmail
28 chmod u+s $(DESTDIR)@prefix@/sbin/masqmail
30 run_dir:
31 install -d -o @with_user@ -g @with_group@ $(DESTDIR)/var/run/masqmail
33 $(DESTDIR)@with_logdir@:
34 [ -d `dirname $(DESTDIR)@with_logdir@` ] || \
35 install -d `dirname $(DESTDIR)@with_logdir@`
36 install -d -o @with_user@ -g @with_group@ $(DESTDIR)@with_logdir@
38 $(DESTDIR)@with_spooldir@:
39 [ -d `dirname $(DESTDIR)@with_spooldir@` ] || \
40 install -d `dirname $(DESTDIR)@with_spooldir@`
41 install -d -o @with_user@ -g @with_group@ $(DESTDIR)@with_spooldir@
42 install -d -o @with_user@ -g @with_group@ $(DESTDIR)@with_spooldir@/lock
43 install -d -o @with_user@ -g @with_group@ $(DESTDIR)@with_spooldir@/input
44 install -d -o @with_user@ -g @with_group@ $(DESTDIR)@with_spooldir@/popuidl