Mercurial > masqmail-0.2
comparison Makefile.in @ 3:8c55886cacd8
man pages will be maintained in troff now
author | meillo@marmaro.de |
---|---|
date | Fri, 26 Sep 2008 21:40:10 +0200 |
parents | af25f5c39d90 |
children | 2c09cca4cab9 |
comparison
equal
deleted
inserted
replaced
2:653aef34b225 | 3:8c55886cacd8 |
---|---|
126 with_logdir = @with_logdir@ | 126 with_logdir = @with_logdir@ |
127 with_spooldir = @with_spooldir@ | 127 with_spooldir = @with_spooldir@ |
128 with_user = @with_user@ | 128 with_user = @with_user@ |
129 EXTRA_DIST = \ | 129 EXTRA_DIST = \ |
130 examples/example.get examples/example.route examples/masqmail.conf \ | 130 examples/example.get examples/example.route examples/masqmail.conf \ |
131 docs/README docs/man/m*.[0-9] \ | 131 docs/README docs/m*.[0-9] \ |
132 suse/masqmail suse/masqmail.spec suse/masqmail.spec.in \ | 132 suse/masqmail suse/masqmail.spec suse/masqmail.spec.in \ |
133 redhat/masqmail redhat/masqmail.spec redhat/masqmail.spec.in \ | 133 redhat/masqmail redhat/masqmail.spec redhat/masqmail.spec.in \ |
134 tpl/failmsg.tpl tpl/failmsg.tpl.de tpl/failmsg.tpl.fr tpl/failmsg.tpl.it \ | 134 tpl/failmsg.tpl tpl/failmsg.tpl.de tpl/failmsg.tpl.fr tpl/failmsg.tpl.it \ |
135 tpl/warnmsg.tpl tpl/warnmsg.tpl.de tpl/warnmsg.tpl.fr \ | 135 tpl/warnmsg.tpl tpl/warnmsg.tpl.de tpl/warnmsg.tpl.fr \ |
136 INSTALL.agenda INSTALL.ipaq agenda-config.site | 136 INSTALL.agenda INSTALL.ipaq agenda-config.site |
335 distcleancheck_listfiles = find . -type f -print | 335 distcleancheck_listfiles = find . -type f -print |
336 | 336 |
337 distdir: $(DISTFILES) | 337 distdir: $(DISTFILES) |
338 $(am__remove_distdir) | 338 $(am__remove_distdir) |
339 mkdir $(distdir) | 339 mkdir $(distdir) |
340 $(mkinstalldirs) $(distdir)/docs $(distdir)/docs/man $(distdir)/examples $(distdir)/redhat $(distdir)/suse $(distdir)/tpl | 340 $(mkinstalldirs) $(distdir)/docs $(distdir)/examples $(distdir)/redhat $(distdir)/suse $(distdir)/tpl |
341 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ | 341 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ |
342 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ | 342 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ |
343 list='$(DISTFILES)'; for file in $$list; do \ | 343 list='$(DISTFILES)'; for file in $$list; do \ |
344 case $$file in \ | 344 case $$file in \ |
345 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ | 345 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ |