Mercurial > masqmail
comparison Makefile.am @ 58:6ab62592cac4
install docs and examples too
author | meillo@marmaro.de |
---|---|
date | Sat, 29 May 2010 22:33:10 +0200 |
parents | ed34413652fc |
children | bdef5f279fde |
comparison
equal
deleted
inserted
replaced
57:ed34413652fc | 58:6ab62592cac4 |
---|---|
2 examples/* docs/* man/* tpl/* \ | 2 examples/* docs/* man/* tpl/* \ |
3 INSTALL.agenda INSTALL.ipaq agenda-config.site | 3 INSTALL.agenda INSTALL.ipaq agenda-config.site |
4 | 4 |
5 SUBDIRS = src man | 5 SUBDIRS = src man |
6 | 6 |
7 install-data-local: log_dir spool_dir uid_bit conf_dir tpl_dir run_dir | 7 install-data-local: log_dir spool_dir uid_bit conf_dir tpl_dir run_dir doc_dir |
8 | 8 |
9 conf_dir: $(DESTDIR)@with_confdir@ | 9 conf_dir: $(DESTDIR)@with_confdir@ |
10 | 10 |
11 $(DESTDIR)@with_confdir@: | 11 $(DESTDIR)@with_confdir@: |
12 install -d $(DESTDIR)@with_confdir@ | 12 install -d $(DESTDIR)@with_confdir@ |
17 install -d $(DESTDIR)@datadir@/masqmail/tpl | 17 install -d $(DESTDIR)@datadir@/masqmail/tpl |
18 install -m 644 tpl/failmsg.tpl $(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 | 19 install -m 644 tpl/failmsg.tpl.* $(DESTDIR)@datadir@/masqmail/tpl |
20 install -m 644 tpl/warnmsg.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 | 21 install -m 644 tpl/warnmsg.tpl.* $(DESTDIR)@datadir@/masqmail/tpl |
22 | |
23 doc_dir: conf_dir | |
24 install -d $(DESTDIR)@docdir@ | |
25 cp -r docs $(DESTDIR)@docdir@ | |
26 cp -r examples $(DESTDIR)@docdir@ | |
27 cp ChangeLog NEWS AUTHORS COPYING README TODO $(DESTDIR)@docdir@ | |
22 | 28 |
23 log_dir: $(DESTDIR)@with_logdir@ | 29 log_dir: $(DESTDIR)@with_logdir@ |
24 | 30 |
25 spool_dir: $(DESTDIR)@with_spooldir@ | 31 spool_dir: $(DESTDIR)@with_spooldir@ |
26 | 32 |