From: Sebastian Stark Date: Wed, 14 May 2008 14:03:31 +0000 (+0200) Subject: add SEE ALSO section to manpage X-Git-Tag: v0.1.1~11 X-Git-Url: http://git.tuebingen.mpg.de/?p=dss.git;a=commitdiff_plain;h=65e9747554779beed914d6a239c723dbef926678;hp=5b489578b0a92b345c5a17a648e38580361ca32e add SEE ALSO section to manpage --- 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)