dovecot-2.2: Fix out of source build of manpages

dovecot at dovecot.org dovecot at dovecot.org
Tue May 14 13:52:36 EEST 2013


details:   http://hg.dovecot.org/dovecot-2.2/rev/8d7d2564dbc9
changeset: 16343:8d7d2564dbc9
user:      Dennis Schridde <devurandom at gmx.net>
date:      Mon May 13 23:06:31 2013 +0200
description:
Fix out of source build of manpages

diffstat:

 doc/man/Makefile.am |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (9 lines):

diff -r 62874b472dc6 -r 8d7d2564dbc9 doc/man/Makefile.am
--- a/doc/man/Makefile.am	Mon May 06 23:59:41 2013 +0300
+++ b/doc/man/Makefile.am	Mon May 13 23:06:31 2013 +0200
@@ -85,4 +85,4 @@
 
 .1.in.1: $(man_includefiles) Makefile
 	$(SHELL) $(srcdir)/sed.sh $(srcdir) $(rundir) $(pkgsysconfdir) \
-		< $(srcdir)/$< > $@
+		< $< > $@


More information about the dovecot-cvs mailing list