]> git.tuebingen.mpg.de Git - dss.git/commitdiff
Remove non-functional SEE ALSO links from index.html.
authorAndre Noll <maan@tuebingen.mpg.de>
Sat, 3 Jan 2015 16:05:58 +0000 (16:05 +0000)
committerAndre Noll <maan@tuebingen.mpg.de>
Tue, 6 Jan 2015 19:55:32 +0000 (20:55 +0100)
It's nice to have references to ssh and rsync in the SEE ALSO section
of the man page. On the web page, however, they do not add much value
since the links generated by man2html do not work. This patch omits
the broken links.

Makefile

index dc57f3d07d640ffcaf578c317519318f00800a48..7a4b6a98c9c5b3af9efdbfa5f2bf6040e0b7e3f5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -53,5 +53,5 @@ index.html: dss.1.html index.html.in INSTALL README NEWS
        sed -e '1,/@NEWS@/d' -e '/@INSTALL@/,$$d' index.html.in >> $@
        grutatxt -nb < INSTALL >> $@
        sed -e '1,/@INSTALL@/d' -e '/@MAN_PAGE@/,$$d' index.html.in >> $@
-       sed -e '1,/Return to Main Contents/d' -e '/Index/,$$d' dss.1.html >> $@
+       sed -e '1,/Return to Main Contents/d' -e '/SEE ALSO/,$$d' dss.1.html >> $@
        sed -e '1,/@MAN_PAGE@/d' index.html.in >> $@