From 59ba2f82cf1405ca5277dc5f639e8025e1c3d553 Mon Sep 17 00:00:00 2001 From: michael Date: Wed, 14 Jun 2000 19:38:43 +0000 Subject: [PATCH] + Added gpm units, and corrected L2H options --- docs/Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/Makefile b/docs/Makefile index 02a55df506..0a7cd9d41a 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.2 -image_type gif + -html_version 4.0 -split 3 endif # Ascii mode ? (i.e. no pics) @@ -101,7 +101,7 @@ OUT = $(addsuffix .out, $(HTML)) CHK = $(addsuffix .chk, $(HTML) unitex refex) CHAPTERS = $(addsuffix .tex, crt dos getopts go32 graph linux printer\ - strings objects heaptrc sysutils ipc mouse) + strings objects heaptrc sysutils ipc mouse gpm) # Check if ascii-mode requested ifeq ($(ASCIIMODE),YES) @@ -443,7 +443,10 @@ linuxexamples: examples # # $Log$ -# Revision 1.35 2000-02-20 16:27:38 peter +# Revision 1.36 2000-06-14 19:38:43 michael +# + Added gpm units, and corrected L2H options +# +# Revision 1.35 2000/02/20 16:27:38 peter # * htmlinstall fixes # # Revision 1.33 2000/01/23 20:15:16 peter