changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > core / lisp/lib/doc/doc.asd

revision 264: f603ff88b072
parent 262: 5673cd3f11e1
child 431: c40d2a41d7ce
     1.1--- a/lisp/lib/doc/doc.asd	Fri Apr 05 19:47:17 2024 -0400
     1.2+++ b/lisp/lib/doc/doc.asd	Fri Apr 05 21:13:42 2024 -0400
     1.3@@ -3,6 +3,7 @@
     1.4   :description "Common Lisp Documentation System"
     1.5   :depends-on (:std :organ :parse)
     1.6   :components ((:file "pkg")
     1.7+               (:file "proto")
     1.8                (:file "err")
     1.9                (:file "symbol")
    1.10                (:file "file")
    1.11@@ -13,7 +14,7 @@
    1.12   :in-order-to ((test-op (test-op :doc/tests))))
    1.13 
    1.14 (defsystem :doc/tests
    1.15-  :depends-on (:rt :doc)
    1.16+  :depends-on (:rt :doc :rdb)
    1.17   :components ((:file "tests"))
    1.18   :perform (test-op (o c) (symbol-call :rt :do-tests :doc)))
    1.19