From cd4742b1fa22fe825030ad8d5d014f4b83122560 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Thu, 13 Nov 2003 16:25:05 +0000 Subject: [PATCH] r8187: macosx fix --- clsql-postgresql.asd | 2 ++ debian/changelog | 6 +++++ doc/bookinfo.lisp | 48 ---------------------------------------- doc/clsql.xml | 2 +- doc/sgml-docbook-4.1.cat | 4 ---- 5 files changed, 9 insertions(+), 53 deletions(-) delete mode 100644 doc/bookinfo.lisp delete mode 100644 doc/sgml-docbook-4.1.cat diff --git a/clsql-postgresql.asd b/clsql-postgresql.asd index b2e33c9..0fdd54c 100644 --- a/clsql-postgresql.asd +++ b/clsql-postgresql.asd @@ -19,6 +19,8 @@ (defpackage #:clsql-postgresql-system (:use #:asdf #:cl)) (in-package #:clsql-postgresql-system) +#+(and allegro macosx) (push "so" excl::*load-foreign-types*) + #+(or allegro lispworks cmu sbcl openmcl mcl scl) (defsystem clsql-postgresql :name "cl-sql-postgresql" diff --git a/debian/changelog b/debian/changelog index 3e54589..aea3bff 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-sql (1.8.3-1) unstable; urgency=low + + * More documentation, darwin changes + + -- Kevin M. Rosenberg Thu, 13 Nov 2003 09:24:30 -0700 + cl-sql (1.8.2-1) unstable; urgency=low * Documentation fixes, MacOSX changes diff --git a/doc/bookinfo.lisp b/doc/bookinfo.lisp deleted file mode 100644 index d32258f..0000000 --- a/doc/bookinfo.lisp +++ /dev/null @@ -1,48 +0,0 @@ -(load "docbook") - -(docbook-file "bookinfo2.xml" - (:bookinfo - (:title "&clsql; Users' Guide") - (:authorgroup - (:author - (:firstname "Kevin") - (:othername "M.") - (:surname "Rosenberg") - (:affiliation - (:jobtitle "Maintainer of CLSQL"))) - (:author - (:firstname "Pierre") - (:othername "R.") - (:surname "Mai") - (:affiliation - (:jobtitle "Author of Original MaiSQL Code")))) - (:printhistory - (:simpara "$Date: 2003-11-11 01:20:00 -0700 (Tue, 11 Nov 2003) $") - (:simpara "$Id: bookinfo.xml 8125 2003-11-11 08:20:00Z kevin $")) - (:legalnotice - (:itemizedlist - (:listitem - (:para "&clsql; is Copyright © 2002-2003 by Kevin M. Rosenberg and - Copyright © 1999-2001 by Pierre R. Mai.")) - (:listitem - (:param - (:application "Allegro CL") - "® is a registered trademark of Franz Inc.")) - (:listitem - (:param - (:application "Common SQL") - ", " - (:application "LispWorks") - " and " - (:application "Xanalys") - " are trademarks or registered trademarks of Xanalys Inc.")) - (:listitem - (:para - (:application "Microsoft Windows") - "® is a registered trademark of Microsoft Inc.")) - (:listitem - (:para - "Other brand or - product names are the registered trademarks or trademarks of - their respective holders.")))))) - diff --git a/doc/clsql.xml b/doc/clsql.xml index 455c97e..5db7814 100644 --- a/doc/clsql.xml +++ b/doc/clsql.xml @@ -5,7 +5,7 @@ %myents; ]> - + diff --git a/doc/sgml-docbook-4.1.cat b/doc/sgml-docbook-4.1.cat deleted file mode 100644 index a4a8408..0000000 --- a/doc/sgml-docbook-4.1.cat +++ /dev/null @@ -1,4 +0,0 @@ -CATALOG /usr/share/sgml/sgml-iso-entities-8879.1986/catalog -CATALOG /usr/share/sgml/docbook/sgml-dtd-4.1/catalog -CATALOG /usr/share/sgml/openjade-1.3/catalog -CATALOG /usr/share/sgml/docbook/dsssl-stylesheets-1.64/catalog -- 2.34.1