Any objections to adding a :doc-depends-on to defsystem? There's usually a system that must be loaded in order to generate the docs (and which need not be loaded otherwise).
Yes, I know one can write
(in-order-to (doc-op (load-op "albert")))
but that seems relatively long-winded....
A new question: do we assume that the doc-op by default requires a load-op?
Any objections to adding a :doc-depends-on to defsystem? There's usually a system that must be loaded in order to generate the docs (and which need not be loaded otherwise).
Yes, I know one can write
(in-order-to (doc-op (load-op "albert")))
but that seems relatively long-winded....
A new question: do we assume that the doc-op by default requires a load-op?