Upstream ought to be already aware of this. --- a/saslauthd/Makefile.am +++ b/saslauthd/Makefile.am @@ -34,7 +34,7 @@ dist-hook: saslauthd.8 saslauthd.8: saslauthd.mdoc - nroff -mdoc $(srcdir)/saslauthd.mdoc > $(srcdir)/saslauthd.8 + cp $(srcdir)/saslauthd.mdoc $(srcdir)/saslauthd.8 install-data-local: saslauthd.8 $(mkinstalldirs) $(DESTDIR)$(mandir)/man8
(In reply to Jeroen Roovers from comment #0) > --- a/saslauthd/Makefile.am > +++ b/saslauthd/Makefile.am That didn't work as intended. Maybe things could be moved around in src_prepare() instead?