Skip to content
Snippets Groups Projects
Commit f1575d4f authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

clean ufasl. Tweak main page.

parent a8b5056e
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,7 @@ website: ...@@ -38,7 +38,7 @@ website:
make -C doc website make -C doc website
clean_dirs = $(sourceDirectory) clean_dirs = $(sourceDirectory)
clean_extensions = fasl dfsl cfsl fasl fas lib dx32fsl lx64fsl lx32fsl o bak x86f clean_extensions = fasl dfsl cfsl fasl fas lib dx32fsl lx64fsl lx32fsl ufasl o bak x86f
clean: clean:
@for dir in $(clean_dirs); do \ @for dir in $(clean_dirs); do \
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
<a id="ASDF 2"></a> <a id="ASDF 2"></a>
<h3>ASDF 2</h3> <h3>ASDF 2</h3>
<p>We released ASDF 2 on May 31st 2010. <p>We released ASDF 2 on May 31st 2010.
It has now been widely adopted by the CL community. It has since been widely adopted by the CL community.
</p><p> </p><p>
These implementations provide ASDF 2 in their latest release These implementations provide ASDF 2 in their latest release
so you can just <tt>(require :asdf)</tt>: so you can just <tt>(require :asdf)</tt>:
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
(proprietary) lispworks scl. (proprietary) lispworks scl.
</p><p> </p><p>
These implementations are obsolete, yet are somewhat supported by ASDF 2: These implementations are obsolete, yet are somewhat supported by ASDF 2:
(free) gcl mcl; (proprietary) cormancl genera. (free) gcl mcl; (proprietary) cormanlisp genera.
</p> </p>
<a id="what_it_is"></a> <a id="what_it_is"></a>
<h3>What it is</h3> <h3>What it is</h3>
...@@ -172,7 +172,7 @@ ...@@ -172,7 +172,7 @@
<a class="nav" href="http://common-lisp.net/" title="Common-Lisp.net"> <img src="http://common-lisp.net/project/cl-containers/shared/buttons/lisp-lizard.png" width="80" height="15" title="Common-Lisp.net" alt="Common-Lisp.net button" /></a> <a class="nav" href="http://common-lisp.net/" title="Common-Lisp.net"> <img src="http://common-lisp.net/project/cl-containers/shared/buttons/lisp-lizard.png" width="80" height="15" title="Common-Lisp.net" alt="Common-Lisp.net button" /></a>
<p><span class="copyright"Copyright &copy; 2001-2010 Daniel Barlow and contributors</span></p> <p><span class="copyright"Copyright &copy; 2001-2010 Daniel Barlow and contributors</span></p>
<p>ASDF has an <a href="http://www.opensource.org/licenses/mit-license.php">MIT style</a> license</p> <p>ASDF has an <a href="http://www.opensource.org/licenses/mit-license.php">MIT style</a> license</p>
<div id="timestamp">Last updated 2011-04-06</div> <div id="timestamp">Last updated 2011-05-08</div>
</div> </div>
</body> </body>
</html> </html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment