updating LIFT and keeping doc and darcs dirs.
[CommonLispStat.git] / external / lift.darcs / dev / report-locations.lisp
blob973283a83b522f0bcb82e25a743d947589ab29d8
1 (in-package #:lift)
3 (defmethod generate-report-summary-pathname :around ()
4 (let ((basepath (call-next-method)))
5 (merge-pathnames
6 (make-pathname
7 :directory `(:relative
8 ,(asdf::implementation-specific-directory-name)))
9 basepath)))