diff --git a/docs/.latex2html-init b/docs/.latex2html-init
index f5260d3714..6f28ca1a95 100644
--- a/docs/.latex2html-init
+++ b/docs/.latex2html-init
@@ -2,6 +2,8 @@
#
### Command Line Argument Defaults #######################################
+$ICONSERVER = '../buttons';
+
$MAX_SPLIT_DEPTH = 3; # Stop making separate files at this depth
$MAX_LINK_DEPTH = 2; # Stop showing child nodes at this depth
@@ -152,7 +154,6 @@ $TITLES_LANGUAGE = "english";
# and arbitrary HTML (the "." is the Perl concatenation operator).
sub top_navigation_panel {
- "" .
# Start with a horizontal rule (3-d dividing line)
"
".
diff --git a/docs/Makefile b/docs/Makefile
index 1fbfc82cab..b77683b8d7 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -55,14 +55,10 @@ endif
# Options for converter
ifndef LATEX2HTMLOPTS
LATEX2HTMLOPTS = -no_reuse -up_url "../fpctoc.html"\
- -up_title "Free Pascal manuals" -contents_in_navigation\
- -html_version 4.0 -split 3
+ -up_title "Free Pascal manuals"\
+ -html_version 4.0 -split 3
endif
-# Icons for latex2html
-ICONSERVER=../buttons
-export ICONSERVER
-
# Ascii mode ? (i.e. no pics)
ifndef ASCIIMODE
ASCIIMODE=NO
@@ -539,7 +535,10 @@ linuxexamples: examples
#
# $Log$
-# Revision 1.9 2001-10-11 23:36:54 carl
+# Revision 1.10 2001-10-18 21:41:26 peter
+# * fixed latex2html settings
+#
+# Revision 1.9 2001/10/11 23:36:54 carl
# + reinstated Windows NT support
#
# Revision 1.8 2001/10/04 21:03:13 michael