On Wed, 19 Oct 2005 13:01:23 +0200, "R. Mattes" rm@seid-online.de wrote:
Remove the test for the :araneida feature and then:
(in-package #:cl-user)
(defpackage #:tbnl-system (:use #:asdf #:cl))
(in-package #:tbnl-system)
(defsystem tbnl-araneida :depends-on (#:araneida #:tbnl) :components ((:file "araneida")))
Thanks. I was thinking more of changes to the documentation, preparing a new release, all that stuff. Anyway, I'll probably add something like this soon.
Cheers, Edi.