1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
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
--- epm-4.2.orig/doc/Makefile.in
+++ epm-4.2/doc/Makefile.in
@@ -40,7 +40,8 @@ RM = @RM@ -f
# 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 = 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 \
|