Description: Do not rebuild the POD sources
 The compiled man pages are shipped in the original source, but for
 some reason the build process decides to rebuild some of them.
 Due to a Makefile bug they are rebuilt in the source tree even when the
 package is being built out of tree, so this creates source changes that
 are useless and also cannot be represented by the Debian package.
Author: Marco d'Itri <md@linux.it>

--- a/doc/pod/Makefile
+++ b/doc/pod/Makefile
@@ -49,6 +49,7 @@ MAN8	= ../man/actsync.8 ../man/archive.8
 	../man/tinyleaf.8
 
 ALL	= $(TEXT) $(MAN1) $(MAN3) $(MAN5) $(MAN8)
+ALL	=
 
 all bootstrap: $(ALL)
 
