comparison 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
comparison
equal deleted inserted replaced
56:f6a6f55b7b9e 57:ed34413652fc
1 EXTRA_DIST = \ 1 EXTRA_DIST = \
2 examples/example.get examples/example.route examples/masqmail.conf \ 2 examples/* docs/* man/* tpl/* \
3 docs/README docs/m*.[0-9] \
4 tpl/failmsg.tpl tpl/failmsg.tpl.de tpl/failmsg.tpl.fr tpl/failmsg.tpl.it \
5 tpl/warnmsg.tpl tpl/warnmsg.tpl.de tpl/warnmsg.tpl.fr \
6 INSTALL.agenda INSTALL.ipaq agenda-config.site 3 INSTALL.agenda INSTALL.ipaq agenda-config.site
7 4
8 SUBDIRS = src docs 5 SUBDIRS = src man
9 6
10 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
11 8
12 conf_dir: $(DESTDIR)@with_confdir@ 9 conf_dir: $(DESTDIR)@with_confdir@
13 10