Browse Source

* fixed latex2html settings

peter 24 years ago
parent
commit
3cbf54f456
2 changed files with 8 additions and 8 deletions
  1. 2 1
      docs/.latex2html-init
  2. 6 7
      docs/Makefile

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

+ 6 - 7
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