diff --git a/GNUmakefile b/GNUmakefile index d9c60d6..8c3624c 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -4,5 +4,4 @@ all: .PHONY: clean clean: - touch dummy.fasl - find . \( -name \*.fasl -o -name \*.x86f \) -print0 | xargs -0 rm + find . \( -name \*.fasl -o -name \*.x86f -o -name \*.lx64fsl \) -print0 | xargs -0 rm -f diff --git a/cxml.asd b/cxml.asd index 13fe474..2989ecf 100644 --- a/cxml.asd +++ b/cxml.asd @@ -2,6 +2,9 @@ (:use :asdf :cl)) (in-package :cxml-system) +;; force loading of runes.asd, which installs *features* this file depends on +(find-system :runes) + (defclass closure-source-file (cl-source-file) ()) #+scl diff --git a/doc/index.xml b/doc/index.xml index 84d80c1..86df9a0 100644 --- a/doc/index.xml +++ b/doc/index.xml @@ -59,6 +59,10 @@

Recent Changes

rel-2007-mm-dd

rel-2007-05-26