From: Andre Noll Date: Sat, 3 Jan 2015 16:05:58 +0000 (+0000) Subject: Remove non-functional SEE ALSO links from index.html. X-Git-Tag: v0.1.6~13 X-Git-Url: http://git.tuebingen.mpg.de/?a=commitdiff_plain;ds=inline;h=fbdcaf89308353d4a2d40684c987b234b971b1b9;p=dss.git Remove non-functional SEE ALSO links from index.html. 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. --- diff --git a/Makefile b/Makefile index dc57f3d..7a4b6a9 100644 --- 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 >> $@