File: manpage-build-fixes

package info (click to toggle)
epm 4.2-11
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,780 kB
  • sloc: ansic: 11,089; cpp: 1,596; makefile: 308
file content (18 lines) | stat: -rw-r--r-- 649 bytes parent folder | download | duplicates (4)
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 \