Commit c0a52372 authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

docs: drop the cluttering Info-style links from the HTML manual

Especially: get rid of the "Up: (dir)" link that points nowhere.

Also, add a horizontal line before the final Table of Contents.
parent fd8ce7af
Showing with 6 additions and 1 deletion
+6 -1
...@@ -28,6 +28,6 @@ info_TEXINFOS = nano.texi ...@@ -28,6 +28,6 @@ info_TEXINFOS = nano.texi
BUILT_SOURCES += nano.html BUILT_SOURCES += nano.html
dist_html_DATA += nano.html dist_html_DATA += nano.html
AM_MAKEINFOHTMLFLAGS = --no-split AM_MAKEINFOHTMLFLAGS = --no-split -c HEADERS=0
EXTRA_DIST = $(BUILT_SOURCES) $(info_TEXINFOS) EXTRA_DIST = $(BUILT_SOURCES) $(info_TEXINFOS)
...@@ -1592,5 +1592,10 @@ curses libraries. ...@@ -1592,5 +1592,10 @@ curses libraries.
@end table @end table
@html
<hr>
@end html
@contents @contents
@bye @bye
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment