Files
mop3/aux/docs.sh
kamkow1 360080b44e
All checks were successful
Build documentation / build-and-deploy (push) Successful in 1m18s
Generate docs for libs, update docs build process
2026-02-13 00:23:15 +01:00

14 lines
167 B
Bash
Executable File

#!/bin/sh
set -x
./aux/compiledb.sh
make -B docs_liballoc
make -B docs_libmsl
make -B docs_libprocess
make -B docs_libstring
make -B docs_libterminal
mkdocs build