r2747: *** empty log message ***
[uffi.git] / doc / appendix.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>