[cldoc-devel] Re: asdf-binary-locations
Iban HATCHONDO
hatchond at yahoo.fr
Wed Jan 10 13:33:12 UTC 2007
This helps when using the common lisp controller doesn't it ?
Otherwise the system can't find the css file ?
thanks for the patch.
I'll apply asap.
cheers,
Iban.
----- Message d'origine ----
De : Kilian Sprotte <kilian.sprotte at googlemail.com>
À : cldoc-devel at common-lisp.net
Envoyé le : Mercredi, 10 Janvier 2007, 13h13mn 44s
Objet : [cldoc-devel] Re: asdf-binary-locations
Oops, I made a mistake there, sorry.
It should have been:
diff -ur cldoc-orig/src/cldoc.asd cldoc/src/cldoc.asd
--- cldoc-orig/src/cldoc.asd 2005-11-18 15:52:18.000000000 +0100
+++ cldoc/src/cldoc.asd 2007-01-10 13:08:12.000000000 +0100
@@ -20,8 +20,6 @@
(in-package :cldoc.system)
-(defparameter *cludg-directory* (directory-namestring *load-truename*))
-
(defsystem :cldoc
:components
((:file "package")
diff -ur cldoc-orig/src/cludg.lisp cldoc/src/cludg.lisp
--- cldoc-orig/src/cludg.lisp 2006-12-08 11:08:05.000000000 +0100
+++ cldoc/src/cludg.lisp 2007-01-10 13:09:41.000000000 +0100
@@ -17,7 +17,7 @@
;;;
-(defparameter *cludg-directory* common-lisp-user::*load-truename*
+(defparameter *cludg-directory* (asdf:component-pathname
(asdf:find-system :cldoc))
"The directory in which CLUDG is stored.")
;;;
_______________________________________________
cldoc-devel mailing list
cldoc-devel at common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/cldoc-devel
___________________________________________________________________________
Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions !
Profitez des connaissances, des opinions et des expériences des internautes sur Yahoo! Questions/Réponses
http://fr.answers.yahoo.com
More information about the cldoc-devel
mailing list