File: 09-manpage-name-section.patch

package info (click to toggle)
recode 3.6-24
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 11,700 kB
  • sloc: ansic: 89,467; sh: 16,490; python: 1,281; lisp: 1,027; perl: 335; makefile: 309; lex: 171
file content (16 lines) | stat: -rw-r--r-- 616 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
From: Santiago Vila
Subject: Fixed NAME section in manpage
Bug-Debian: https://bugs.debian.org/368634
X-Debian-version: 3.6-13

--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -819,7 +819,7 @@
 $(srcdir)/recode.1: recode
 	@if test -r $@ && test ! -w $@; then \
 	  echo "WARNING: Page \`$@' read only, not updated"; \
-	elif $(PERL) $(top_srcdir)/doc/help2man --output=$@ ./recode; then \
+	elif $(PERL) $(top_srcdir)/doc/help2man --name="converts files between character sets" --output=$@ ./recode; then \
 	  echo "Page \`$@' has been updated"; \
 	else \
 	  echo "WARNING: Page \`$@' has *not* been updated."; \