File: help2man.patch

package info (click to toggle)
pexec 1.0~rc8-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,028 kB
  • sloc: ansic: 5,686; makefile: 192; sh: 16
file content (13 lines) | stat: -rw-r--r-- 516 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: pexec/Makefile.in
===================================================================
--- pexec.orig/Makefile.in	2010-02-28 20:23:49.000000000 +0100
+++ pexec/Makefile.in	2010-02-28 20:29:05.000000000 +0100
@@ -51,7 +51,7 @@
 	make -C doc info
 
 man: src
-	test -f ./doc/pexec.1 || $(HELP2MAN) -h --long-help ./src/pexec > ./doc/pexec.1  
+	test -f ./doc/pexec.1 || $(HELP2MAN) -n 'executing commands in parallel' -h --long-help ./src/pexec > ./doc/pexec.1  
 
 install: src info man
 	install -d ${bindir}