add some docs

This commit is contained in:
John Turner
2025-11-30 22:12:49 +00:00
parent 13a6ab5d21
commit abf784a784
5 changed files with 81 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ if [[ -n ${ldd} ]]; then
fi
if [[ ! -d build ]]; then
meson setup -Dfuzz=enabled -Dtests=enabled -Dbuildtype=debugoptimized build || exit $?
meson setup -Dfuzz=enabled -Dtests=enabled -Dbuildtype=debugoptimized -Ddocs=enabled build || exit $?
fi
meson compile -C build || exit $?