From cc5c924e430560e619dededa3feceedb5c853210 Mon Sep 17 00:00:00 2001 From: peter Date: Sun, 20 Feb 2000 14:31:01 +0000 Subject: [PATCH] * updated for new latex2html to create .gif --- docs/Makefile | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/Makefile b/docs/Makefile index 835ee1e740..42d95fbfa7 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 + -html_version 3.2 -image_type gif endif # Ascii mode ? (i.e. no pics) @@ -396,12 +396,12 @@ htmltar: rm -rf $(DOCPREFIX) htmlzip: - $(MAKE) dosinstall DOCINSTALLDIR=$(DOCPREFIX) + $(MAKE) doshtmlinstall DOCINSTALLDIR=$(DOCPREFIX) zip -D9rq doc-html $(DOCPREFIX)/* rm -rf $(DOCPREFIX) htmzip: - $(MAKE) dosinstall DOCINSTALLDIR=$(DOCPREFIX) + $(MAKE) doshtmlinstall DOCINSTALLDIR=$(DOCPREFIX) makehtm `find $(DOCPREFIX) -name '*.html'` zip -D9rq doc-htm `find $(DOCPREFIX) -name '*.htm' -or -name '*.gif' -or -name '*.css'` rm -rf $(DOCPREFIX) @@ -441,7 +441,10 @@ linuxexamples: examples # # $Log$ -# Revision 1.33 2000-01-23 20:15:16 peter +# Revision 1.34 2000-02-20 14:31:01 peter +# * updated for new latex2html to create .gif +# +# Revision 1.33 2000/01/23 20:15:16 peter # * rpm/deb target in install dir # * install also faq,readme,news for rpm/deb #