* fixed latex2html settings

This commit is contained in:
peter 2001-10-18 21:41:26 +00:00
parent aff68fdfd4
commit 3cbf54f456
2 changed files with 8 additions and 8 deletions

View File

@ -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 {
"<SCRIPT SRC=\"../search/search2.js\"></script>" .
# Start with a horizontal rule (3-d dividing line)
"<BR> <HR>".

View File

@ -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