[Cl-darcs-cvs] r54 - cl-darcs/trunk
mhenoch at common-lisp.net
mhenoch at common-lisp.net
Wed Oct 11 22:50:44 UTC 2006
Author: mhenoch
Date: Wed Oct 11 18:50:44 2006
New Revision: 54
Modified:
cl-darcs/trunk/cl-darcs.asd
Log:
Add pristine.lisp to ASDF file
Modified: cl-darcs/trunk/cl-darcs.asd
==============================================================================
--- cl-darcs/trunk/cl-darcs.asd (original)
+++ cl-darcs/trunk/cl-darcs.asd Wed Oct 11 18:50:44 2006
@@ -39,6 +39,7 @@
(:file "write-patch" :depends-on ("patch-core"))
(:file "apply-patch" :depends-on ("patch-core"))
(:file "invert-patch" :depends-on ("patch-core"))
+ (:file "pristine" :depends-on ("patch-core"))
(:file "touching" :depends-on ("patch-core"))
(:file "commute" :depends-on ("patch-core"))
(:file "merge" :depends-on ("patch-core"))
More information about the Cl-darcs-cvs
mailing list