masqmail
diff Makefile.in @ 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 diff
1.1 --- a/Makefile.in Sat May 29 21:51:13 2010 +0200 1.2 +++ b/Makefile.in Sat May 29 22:07:07 2010 +0200 1.3 @@ -205,13 +205,10 @@ 1.4 with_spooldir = @with_spooldir@ 1.5 with_user = @with_user@ 1.6 EXTRA_DIST = \ 1.7 -examples/example.get examples/example.route examples/masqmail.conf \ 1.8 -docs/README docs/m*.[0-9] \ 1.9 -tpl/failmsg.tpl tpl/failmsg.tpl.de tpl/failmsg.tpl.fr tpl/failmsg.tpl.it \ 1.10 -tpl/warnmsg.tpl tpl/warnmsg.tpl.de tpl/warnmsg.tpl.fr \ 1.11 +examples/* docs/* man/* tpl/* \ 1.12 INSTALL.agenda INSTALL.ipaq agenda-config.site 1.13 1.14 -SUBDIRS = src docs 1.15 +SUBDIRS = src man 1.16 all: config.h 1.17 $(MAKE) $(AM_MAKEFLAGS) all-recursive 1.18