From 1715434502d0fd8180c9b9fb0e365cf2518d8cb6 Mon Sep 17 00:00:00 2001 From: peter Date: Thu, 29 Jul 1999 21:03:41 +0000 Subject: [PATCH] * html 3.2, because 3.1 is buggy !! --- docs/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/Makefile b/docs/Makefile index fb9ea28fcb..96049d0cae 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -51,7 +51,7 @@ endif ifndef LATEX2HTMLOPTS LATEX2HTMLOPTS = -no_reuse -up_url "../fpctoc.html"\ -up_title "Free Pascal manuals" -contents_in_navigation\ - -html_version 3.1 + -html_version 3.2 endif # Ascii mode ? (i.e. no pics) @@ -441,7 +441,10 @@ linuxexamples: examples # # $Log$ -# Revision 1.29 1999-07-16 10:15:31 peter +# Revision 1.30 1999-07-29 21:03:41 peter +# * html 3.2, because 3.1 is buggy !! +# +# Revision 1.29 1999/07/16 10:15:31 peter # * install targets renamed # # Revision 1.28 1999/06/25 22:12:10 michael