masqmail-0.2
diff 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 |
line diff
1.1 --- a/Makefile.in Fri Sep 26 21:26:36 2008 +0200 1.2 +++ b/Makefile.in Fri Sep 26 21:40:10 2008 +0200 1.3 @@ -128,7 +128,7 @@ 1.4 with_user = @with_user@ 1.5 EXTRA_DIST = \ 1.6 examples/example.get examples/example.route examples/masqmail.conf \ 1.7 -docs/README docs/man/m*.[0-9] \ 1.8 +docs/README docs/m*.[0-9] \ 1.9 suse/masqmail suse/masqmail.spec suse/masqmail.spec.in \ 1.10 redhat/masqmail redhat/masqmail.spec redhat/masqmail.spec.in \ 1.11 tpl/failmsg.tpl tpl/failmsg.tpl.de tpl/failmsg.tpl.fr tpl/failmsg.tpl.it \ 1.12 @@ -337,7 +337,7 @@ 1.13 distdir: $(DISTFILES) 1.14 $(am__remove_distdir) 1.15 mkdir $(distdir) 1.16 - $(mkinstalldirs) $(distdir)/docs $(distdir)/docs/man $(distdir)/examples $(distdir)/redhat $(distdir)/suse $(distdir)/tpl 1.17 + $(mkinstalldirs) $(distdir)/docs $(distdir)/examples $(distdir)/redhat $(distdir)/suse $(distdir)/tpl 1.18 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 1.19 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ 1.20 list='$(DISTFILES)'; for file in $$list; do \