sbcl.sbcl/contrib/sb-manual/sb-manual.asd
Gabor Melis 289db46c16
Some checks are pending
CL-host / ecl (push) Waiting to run
CL-host / clisp (push) Waiting to run
CL-host / ccl (push) Waiting to run
CL-host / cmucl (push) Waiting to run
CL-host / sbcl (push) Waiting to run
CL-host / compare-xc-host-fasls (ccl, false) (push) Blocked by required conditions
CL-host / compare-xc-host-fasls (clisp, false) (push) Blocked by required conditions
CL-host / compare-xc-host-fasls (cmucl, false) (push) Blocked by required conditions
CL-host / compare-xc-host-fasls (self, false) (push) Blocked by required conditions
Linux arm / build (push) Waiting to run
Linux arm64 / build () (push) Waiting to run
Linux qemu / build (ppc64le) (push) Waiting to run
Linux qemu / build (riscv64) (push) Waiting to run
Linux / build (x86, --with-sb-thread, ) (push) Waiting to run
Linux / build (x86, --without-sb-thread, ) (push) Waiting to run
Linux / build (x86, --without-sb-unicode, ) (push) Waiting to run
Linux / build (x86-64, --with-mark-region-gc --with-nonstop-foreign-call) (push) Waiting to run
Linux / build (x86-64, --with-sb-fasteval --without-sb-eval --with-nonstop-foreign-call, fasteval) (push) Waiting to run
Linux / build (x86-64, --with-sb-thread --with-nonstop-foreign-call --with-tls-based-mv-return, sse4) (push) Waiting to run
Linux / build (x86-64, --with-sb-thread, ) (push) Waiting to run
Linux / build (x86-64, --without-sb-thread, ) (push) Waiting to run
Linux / build (x86-64, --without-sb-unicode, ) (push) Waiting to run
Mac / build (arm64, --with-mark-region-gc --with-nonstop-foreign-call --with-tls-based-mv-return) (push) Waiting to run
Mac / build (arm64, --with-sb-thread --with-nonstop-foreign-call --with-tls-based-mv-return) (push) Waiting to run
Mac / build (x86-64, --with-mark-region-gc --with-nonstop-foreign-call --with-tls-based-mv-return) (push) Waiting to run
Mac / build (x86-64, --with-sb-thread --with-nonstop-foreign-call --with-tls-based-mv-return) (push) Waiting to run
Windows arm64 / build (arm64, clang-aarch64, clangarm64) (push) Waiting to run
Windows / build (x86-64, ucrt-x86_64, ucrt64) (push) Waiting to run
sb-manual: do not document unbuilt contribs
Also, test texinfo generation on github.
2026-09-03 14:09:06 +02:00

45 lines
2.1 KiB
Common Lisp

(error "Can't build contribs with ASDF")
(defsystem "sb-manual"
:serial t
:components ((:file "package")
(:file "pax")
(:file "docstring")
(:file "markdown" :if-feature :sb-doc)
(:file "texinfo" :if-feature :sb-doc)
(:file "manual")
(:module "doc/"
:serial t
:components ((:file "concepts")
(:file "sbcl")
(:file "support-and-bugs")
(:file "intro")
(:file "start-stop")
(:file "compiler")
(:file "debugger")
(:file "efficiency")
(:file "beyond-ansi")
(:file "external-formats")
(:file "ffi")
(:file "pathnames")
(:file "streams")
(:file "package-locks")
(:file "threading")
(:file "timers")
(:file "../../sb-bsd-sockets/manual")
(:file "profiling")
(:file "contrib-modules")
(:file "../../sb-aclrepl/manual")
(:file "../../sb-concurrency/manual")
(:file "../../sb-cover/manual")
(:file "../../sb-grovel/manual")
(:file "../../sb-introspect/manual")
(:file "../../sb-md5/manual")
(:file "../../sb-posix/manual")
(:file "../../sb-queue/manual")
(:file "../../sb-rotate-byte/manual")
(:file "../../sb-simd/manual")
(:file "../../sb-simple-streams/manual")
(:file "deprecation")))
(:file "late")))