r3011: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 14 Oct 2002 07:16:04 +0000 (07:16 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 14 Oct 2002 07:16:04 +0000 (07:16 +0000)
doc/Makefile
doc/clsql.pdf
doc/clsql.sgml
doc/html.tar.gz
doc/intro.sgml

index 23e6b999c7d490b94367125f4d192f8a02d30fbb..c23967bdc803d792f9ba3f29127dcbdbdc76244f 100644 (file)
@@ -5,7 +5,7 @@
 #  Programer:    Kevin M. Rosenberg
 #  Date Started: Mar 2002
 #
-#  CVS Id:   $Id: Makefile,v 1.16 2002/09/18 07:44:08 kevin Exp $
+#  CVS Id:   $Id: Makefile,v 1.17 2002/10/14 07:16:04 kevin Exp $
 #
 # This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 #
@@ -79,6 +79,7 @@ ${TEXFILE}: ${DOCFILES}
 pdf: ${PDFFILE}
 
 ${PDFFILE}: ${DOCFILES}
+       @jade -t tex -c ${CATALOG} -d ${DSSSL_PRINT} ${DOCFILE} > /dev/null
        @pdfjadetex -interaction=batchmode '\pdfcompresslevel=9' '\input ${TEXFILE}' > /dev/null
        @pdfjadetex -interaction=batchmode '\pdfcompresslevel=9' '\input ${TEXFILE}' > /dev/null
        @pdfjadetex -interaction=batchmode '\pdfcompresslevel=9' '\input ${TEXFILE}' > /dev/null
index 0e844b465032bb82a519bb3e50aa5c96f594d7b4..ceff72a43bcc242195e0ae021dcd7441a4897844 100644 (file)
Binary files a/doc/clsql.pdf and b/doc/clsql.pdf differ
index 19e7e0f208d41641b5831910dd504e273a104c20..50c5642aa09c09571bdbe02a956f92694473bed0 100644 (file)
@@ -14,6 +14,8 @@
 <!ENTITY postgresql "<application>PostgreSQL</application>">
 <!ENTITY aodbc "<application>AODBC</application>">
 <!ENTITY cmucl "<application>CMUCL</application>">
+<!ENTITY sbcl "<application>SBCL</application>">
+<!ENTITY openmcl "<application>OpenMCL</application>">
 <!ENTITY lw "<application>Lispworks</application>">
 <!ENTITY acl "<application>AllegroCL</application>">
 <!ENTITY cl "<application>ANSI Common Lisp</application>">
index 31b76c495ee357a2c2fa3841192974abc8425961..9e118df3060166e3ee0be47b792c4a2f8ead0c4a 100644 (file)
Binary files a/doc/html.tar.gz and b/doc/html.tar.gz differ
index 8399857a428645f3379a39139259cc8ec283e04c..753ca3d59858f992c4e9be3f1df40d9a24fb54eb 100644 (file)
@@ -73,9 +73,11 @@ The implementations that support &clsql; is governed by the supported
 implementations of &uffi;. The following implementations are supported:
       </para>
       <itemizedlist mark="opencircle">
-       <listitem><para>&acl; v6.1 on Redhat Linux 7.2, FreeBSD 4.5, and Microsoft Windows XP.</para></listitem>
-       <listitem><para>&lw; v4.2 on Redhat Linux 7.2 and Microsoft Windows XP.</para></listitem>
-       <listitem><para>&cmucl; 18d-pre on Redhat Linux 7.2, FreeBSD 4.5, and Solaris 2.8.</para></listitem>
+       <listitem><para>&acl; v6.2 on Debian Linux, FreeBSD 4.5, and Microsoft Windows XP.</para></listitem>
+       <listitem><para>&lw; v4.2 on Debian Linux and Microsoft Windows XP.</para></listitem>
+       <listitem><para>&cmucl; 18d on Debian Linux, FreeBSD 4.5, and Solaris 2.8.</para></listitem>
+       <listitem><para>&sbcl; 0.7.8 on Debian Linux, FreeBSD 4.5, and Solaris 2.8.</para></listitem>
+       <listitem><para>&openmcl; 0.13 on Debian Linux.</para></listitem>
       </itemizedlist>
     </sect2>
 
@@ -85,7 +87,7 @@ implementations of &uffi;. The following implementations are supported:
        Currently, &clsql; supports the following databases:
       </para>
       <itemizedlist mark="opencircle">
-       <listitem><para>&mysql; v3.23.49.</para></listitem>
+       <listitem><para>&mysql; v3.23.51.</para></listitem>
        <listitem><para>&postgresql; v7.2 with both direct API and TCP socket connections.</para></listitem>
        <listitem><para>Allegro's ODBC interface (&aodbc;) using iODBC ODBC manager.</para></listitem>
       </itemizedlist>