From bfa8ac40e032d4d204ab6a9202531198cee9706e Mon Sep 17 00:00:00 2001 From: Timo Weingärtner Date: Sat, 27 Aug 2016 21:44:17 +0200 Subject: exploit more help2man features use an include file for explanatory text add environment, author and bug report information to the program's output --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a0dd007..e655ff1 100644 --- a/Makefile +++ b/Makefile @@ -27,8 +27,8 @@ all: ssh-agent-filter.1 afssh.1 ssh-askpass-noinput.1 %.1: %.1.md pandoc -s -w man $< -o $@ -ssh-agent-filter.1: ssh-agent-filter - help2man -n $< -o $@ -N ./$< +%.1: %.help2man % + help2man -i $< -o $@ -N -L C.UTF-8 $(*D)/$(*F) ssh-agent-filter: ssh-agent-filter.o -- cgit v1.2.3