File: fix_manpage_extension.patch

package info (click to toggle)
hmmer 3.4%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 37,264 kB
  • sloc: ansic: 139,162; perl: 10,213; sh: 3,344; makefile: 2,182; python: 1,110
file content (15 lines) | stat: -rw-r--r-- 383 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
From: Eric Talevich <etal@uga.edu>
Date: Thu, 08 Jul 2010 14:17:59 -0400
Subject: Fix manpage extension
Forwarded: https://github.com/EddyRivasLab/hmmer/pull/215
--- a/Makefile.in
+++ b/Makefile.in
@@ -49,7 +49,7 @@ docdir      = @docdir@
 pdfdir      = @pdfdir@
 mandir      = @mandir@
 man1dir     = ${mandir}/man1
-man1ext     = .1
+man1ext     = 1
 
 # Compiler configuration
 #