add SEE ALSO section to manpage
authorSebastian Stark <stark@sambesi.kyb.local>
Wed, 14 May 2008 14:03:31 +0000 (16:03 +0200)
committerSebastian Stark <stark@sambesi.kyb.local>
Wed, 14 May 2008 14:03:31 +0000 (16:03 +0200)
Makefile
dss.1.inc [new file with mode: 0644]

index ae4eda8867448e580d8960c5ddf2d308e1a62542..f59e315752fd83e8949e0392e2c96e198b4d9a67 100644 (file)
--- 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 (file)
index 0000000..e7948fc
--- /dev/null
+++ b/dss.1.inc
@@ -0,0 +1,3 @@
+[SEE ALSO]
+.BR ssh (1) ,
+.BR rsync (1)