changelog shortlog graph tags branches changeset file revisions annotate raw help

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

revision 262: 5673cd3f11e1
parent 137: a067da6d51c1
child 264: f603ff88b072
     1.1--- a/lisp/lib/doc/doc.asd	Wed Apr 03 22:40:01 2024 -0400
     1.2+++ b/lisp/lib/doc/doc.asd	Thu Apr 04 21:43:20 2024 -0400
     1.3@@ -5,9 +5,11 @@
     1.4   :components ((:file "pkg")
     1.5                (:file "err")
     1.6                (:file "symbol")
     1.7+               (:file "file")
     1.8                (:file "package")
     1.9                (:file "system")
    1.10-               (:file "file"))
    1.11+               (:file "dist")
    1.12+               (:file "image"))
    1.13   :in-order-to ((test-op (test-op :doc/tests))))
    1.14 
    1.15 (defsystem :doc/tests