diff options
| author | Timo Weingärtner <timo@tiwe.de> | 2016-08-27 21:44:17 +0200 |
|---|---|---|
| committer | Timo Weingärtner <timo@tiwe.de> | 2016-08-27 21:59:07 +0200 |
| commit | bfa8ac40e032d4d204ab6a9202531198cee9706e (patch) | |
| tree | 42691a8d53741d66dcb42359d16f0e2326f1133a /Makefile | |
| parent | dc582af6e7a1e645402f333e200b8ff718de1b48 (diff) | |
| download | ssh-agent-filter-bfa8ac40e032d4d204ab6a9202531198cee9706e.tar.gz | |
exploit more help2man features
use an include file for explanatory text
add environment, author and bug report information to the program's output
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
