From 65e9747554779beed914d6a239c723dbef926678 Mon Sep 17 00:00:00 2001 From: Sebastian Stark Date: Wed, 14 May 2008 16:03:31 +0200 Subject: [PATCH] add SEE ALSO section to manpage --- Makefile | 4 ++-- dss.1.inc | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 dss.1.inc diff --git a/Makefile b/Makefile index ae4eda8..f59e315 100644 --- a/Makefile +++ b/Makefile @@ -36,8 +36,8 @@ cmdline.o: cmdline.c cmdline.h cmdline.c cmdline.h: dss.ggo gengetopt --conf-parser < $< -dss.1: dss - help2man -h --detailed-help -N ./$< > $@ +dss.1: dss dss.1.inc + help2man -h --detailed-help --include dss.1.inc -N ./$< > $@ %.1.html: %.1 man2html $< > $@ diff --git a/dss.1.inc b/dss.1.inc new file mode 100644 index 0000000..e7948fc --- /dev/null +++ b/dss.1.inc @@ -0,0 +1,3 @@ +[SEE ALSO] +.BR ssh (1) , +.BR rsync (1) -- 2.39.2