Method: (PERFORM PUBLISH-OP SYSTEM)

Source

(defmethod asdf:perform ((op publish-op) (system asdf:system))
  (publish-qbook (first (input-files op system)) (generator op)))
Source Context