r2747: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 18 Sep 2002 07:00:16 +0000 (07:00 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 18 Sep 2002 07:00:16 +0000 (07:00 +0000)
doc/appendix.sgml
doc/intro.sgml
doc/uffi.sgml

index a888a5a6cef363454685ea16f31a415c2354df15..cf1b4cd358f594e29b2ae031b82c07b3502e9ca1 100644 (file)
@@ -7,24 +7,24 @@
     <para>
 You need to download the &uffi; package from its web
 <ulink url="http://uffi.med-info.com"><citetitle>home</citetitle></ulink>.
-You also need to have a copy of &defsystem;. If you need a copy of
-&defsystem;, it is included in the 
+You also need to have a copy of &asdf;. If you need a copy of
+&asdf;, it is included in the 
   <ulink
-      url="http://www.sourceforge.net/projects/clocc">
-      <citetitle>CLOCC</citetitle></ulink> package. You can download
+      url="http://www.sourceforge.net/projects/cclan">
+      <citetitle>CCLAN</citetitle></ulink> package. You can download
 the file <filename>defsystem.lisp</filename> from the CVS 
-<ulink url="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/clocc/clocc/src/defsystem-3.x/defsystem.lisp"><citetitle>tree</citetitle></ulink>.
+<ulink url="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/cclan/asdf/asdf.lisp"><citetitle>tree</citetitle></ulink>.
     </para>
   </sect1>
   <sect1>
     <title>Installation</title>
     <para>
-      After downloading and installing &defsystem;, simply
+      After downloading and installing &asdf;, simply
       <function>push</function> the
       directory containing &uffi; into
-      <varname>mk:*central-registry*</varname> variable. Whenever you
+      <varname>asdf:*central-registry*</varname> variable. Whenever you
 want to load the &uffi; package, use the function
-      <computeroutput>(mk:load-system :uffi)</computeroutput>.
+      <computeroutput>(asdf:oos 'asdf:load-op :uffi)</computeroutput>.
     </para>
   </sect1>
 </appendix>
index 1b834e8700e038197cb23d5aeb522304269f553c..082edf8ddf4cd4ff0a3f68ced6adb6ef02ef3ecc 100644 (file)
@@ -41,7 +41,7 @@ particular C-library.
     <para>The primary tested and supported platforms for &uffi; are: 
     </para>
     <itemizedlist mark="opencircle">
-      <listitem><para>&acl; v6.1 and v6.2.beta on Debian GNU/Linux
+      <listitem><para>&acl; v6.2 on Debian GNU/Linux
 FreeBSD 4.5, Solaris v2.8, and Microsoft Windows XP.</para></listitem>
       <listitem><para>&lw; v4.2 on Debian GNU/Linux and Microsoft Windows XP.</para></listitem>
       <listitem><para>&cmucl; 18d-pre on Debian GNU/Linux, FreeBSD 4.5, and Solaris 2.8</para></listitem>
index 8c18fb87dfd90b9ac79493f8688886183de46fcd..fa7538313930555f6a9d962aa340a1f52dc70c3b 100644 (file)
@@ -13,6 +13,7 @@
 <!ENTITY null "<constant>NULL</constant>">
 <!ENTITY c "<computeroutput>C</computeroutput>">
 <!ENTITY defsystem "<application>defsystem</application>">
+<!ENTITY asdf "<application>ASDF</application>">
 <!ENTITY bookinfo SYSTEM "bookinfo.sgml">
 <!ENTITY preface SYSTEM "preface.sgml">
 <!ENTITY intro SYSTEM "intro.sgml">