Description: Build proper set of man pages
 For some reason, upstream does not build all of the available man
 pages.  This patch fixes that.
Author: Jeff Licquia <licquia@debian.org>
Last-Update: 2011-02-19

--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -66,7 +66,8 @@ VPATH		=	$(srcdir)
 
 
 # Targets...
-MANPAGES	=	epm.html epminstall.html mkepmlist.html setup.html
+MANPAGES	=	epm.html epminstall.html mkepmlist.html setup.html \
+			epm.list.html setup.types.html
 HTMLFILES	=	title.html preface.html 1-intro.html 2-building.html \
 			3-packaging.html 4-advanced.html 5-examples.html \
 			a-license.html b-manpages.html c-reference.html \
