Mercurial > masqmail
comparison 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 |
comparison
equal
deleted
inserted
replaced
56:f6a6f55b7b9e | 57:ed34413652fc |
---|---|
203 with_group = @with_group@ | 203 with_group = @with_group@ |
204 with_logdir = @with_logdir@ | 204 with_logdir = @with_logdir@ |
205 with_spooldir = @with_spooldir@ | 205 with_spooldir = @with_spooldir@ |
206 with_user = @with_user@ | 206 with_user = @with_user@ |
207 EXTRA_DIST = \ | 207 EXTRA_DIST = \ |
208 examples/example.get examples/example.route examples/masqmail.conf \ | 208 examples/* docs/* man/* tpl/* \ |
209 docs/README docs/m*.[0-9] \ | |
210 tpl/failmsg.tpl tpl/failmsg.tpl.de tpl/failmsg.tpl.fr tpl/failmsg.tpl.it \ | |
211 tpl/warnmsg.tpl tpl/warnmsg.tpl.de tpl/warnmsg.tpl.fr \ | |
212 INSTALL.agenda INSTALL.ipaq agenda-config.site | 209 INSTALL.agenda INSTALL.ipaq agenda-config.site |
213 | 210 |
214 SUBDIRS = src docs | 211 SUBDIRS = src man |
215 all: config.h | 212 all: config.h |
216 $(MAKE) $(AM_MAKEFLAGS) all-recursive | 213 $(MAKE) $(AM_MAKEFLAGS) all-recursive |
217 | 214 |
218 .SUFFIXES: | 215 .SUFFIXES: |
219 am--refresh: | 216 am--refresh: |