From a539c5a3149b54956fb45a7c44d1f677851951e2 Mon Sep 17 00:00:00 2001 From: Tomas Hlavaty Date: Wed, 2 Apr 2014 15:18:44 +0200 Subject: [PATCH] remove asdf-install also from manual --- NEWS | 4 ++++ doc/manual/intro.texinfo | 5 ----- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index eb1e8ddf1..c4e49df07 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,8 @@ ;;;; -*- coding: utf-8; fill-column: 78 -*- +changes relative to sbcl-1.1.18: + * bug fix: remove references to asdf-install from the manual. (lp#1207544; + thanks to Thomas Hlavaty) + changes in sbcl-1.1.18 relative to sbcl-1.1.17: * optimization: COERCE is now more effecient for more cases when the type is known at compile-time. diff --git a/doc/manual/intro.texinfo b/doc/manual/intro.texinfo index f494e19f5..22aa2fb5f 100644 --- a/doc/manual/intro.texinfo +++ b/doc/manual/intro.texinfo @@ -45,11 +45,6 @@ extensions have proper documentation yet. definition tool by Daniel Barlow. @inforef{Top,the asdf manual,asdf}, for more information. -@item Third-party Extension Installation Tool -@code{asdf-install} is a tool that can be used to download and install -third-party libraries and applications, automatically handling -dependencies, etc. - @item Foreign Function Interface @code{sb-alien} package allows interfacing with C-code, loading shared object files, etc. @xref{Foreign Function Interface}. -- 2.11.4.GIT