setup-lisp/docs.asd
2021-02-17 02:18:24 +03:00

4 lines
145 B
Common Lisp

(defsystem "docs"
:class :package-inferred-system
:depends-on ("docs/docs")
:source-control (:git "https://github.com/40ants/setup-lisp"))