meillo@0: EXTRA_DIST = \ meillo@0: examples/example.get examples/example.route examples/masqmail.conf \ meillo@3: docs/README docs/m*.[0-9] \ meillo@0: tpl/failmsg.tpl tpl/failmsg.tpl.de tpl/failmsg.tpl.fr tpl/failmsg.tpl.it \ meillo@0: tpl/warnmsg.tpl tpl/warnmsg.tpl.de tpl/warnmsg.tpl.fr \ meillo@0: INSTALL.agenda INSTALL.ipaq agenda-config.site meillo@0: meillo@8: SUBDIRS = src meillo@0: meillo@0: install-data-local: log_dir spool_dir uid_bit conf_dir tpl_dir run_dir meillo@0: meillo@0: conf_dir: $(DESTDIR)@with_confdir@ meillo@0: meillo@0: $(DESTDIR)@with_confdir@: meillo@0: install -d $(DESTDIR)@with_confdir@ meillo@0: meillo@0: tpl_dir: $(DESTDIR)@datadir@/tpl meillo@0: meillo@0: $(DESTDIR)@datadir@/tpl: conf_dir meillo@0: install -d $(DESTDIR)@datadir@/masqmail/tpl meillo@0: install -m 644 tpl/failmsg.tpl $(DESTDIR)@datadir@/masqmail/tpl meillo@1: install -m 644 tpl/failmsg.tpl.* $(DESTDIR)@datadir@/masqmail/tpl meillo@0: install -m 644 tpl/warnmsg.tpl $(DESTDIR)@datadir@/masqmail/tpl meillo@1: install -m 644 tpl/warnmsg.tpl.* $(DESTDIR)@datadir@/masqmail/tpl meillo@0: meillo@0: log_dir: $(DESTDIR)@with_logdir@ meillo@0: meillo@0: spool_dir: $(DESTDIR)@with_spooldir@ meillo@0: meillo@0: uid_bit: $(DESTDIR)@prefix@/sbin/masqmail meillo@0: chmod u+s $(DESTDIR)@prefix@/sbin/masqmail meillo@0: meillo@0: run_dir: meillo@0: install -d -o @with_user@ -g @with_group@ $(DESTDIR)/var/run/masqmail meillo@0: meillo@0: $(DESTDIR)@with_logdir@: meillo@0: [ -d `dirname $(DESTDIR)@with_logdir@` ] || \ meillo@0: install -d `dirname $(DESTDIR)@with_logdir@` meillo@0: install -d -o @with_user@ -g @with_group@ $(DESTDIR)@with_logdir@ meillo@0: meillo@0: $(DESTDIR)@with_spooldir@: meillo@0: [ -d `dirname $(DESTDIR)@with_spooldir@` ] || \ meillo@0: install -d `dirname $(DESTDIR)@with_spooldir@` meillo@0: install -d -o @with_user@ -g @with_group@ $(DESTDIR)@with_spooldir@ meillo@0: install -d -o @with_user@ -g @with_group@ $(DESTDIR)@with_spooldir@/lock meillo@0: install -d -o @with_user@ -g @with_group@ $(DESTDIR)@with_spooldir@/input meillo@0: install -d -o @with_user@ -g @with_group@ $(DESTDIR)@with_spooldir@/popuidl meillo@0: