summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/man2html/yelp-man2html.c12
1 files changed, 10 insertions, 2 deletions
diff --git a/src/man2html/yelp-man2html.c b/src/man2html/yelp-man2html.c
index 93906a1a..3a116f41 100644
--- a/src/man2html/yelp-man2html.c
+++ b/src/man2html/yelp-man2html.c
@@ -2550,8 +2550,16 @@ static char
scan_troff(wordlist[2],
1, NULL);
} else out_html(")");
- out_html("<BR><A HREF=\"#index\">"
- "Index</A>\n");
+
+ out_html("\n");
+ printf("<BR><A HREF=\"");
+ if (URLbasename)
+ printf(URLbasename);
+ printf("#index\">Index</A>\n");
+#if 0
+ out_html("<BR><A HREF=\"");
+ out_html("#index\">Index</A>\n");
+#endif
*sl='\n';
#if 0
fputs("<BR><A HREF=\""