Skip to content

Commit a1aec86

Browse files
committed
build: re-enable docs build update-docs.sh
2df9ac3 ("docs: Make documentation build depend on -Dlibnvme and -Dnvme") moved the docs build behind -Dnvme and -Dlibnvme. As there is currently no dedicated build target for docs only, we have to live with it and build everything. Signed-off-by: Daniel Wagner <[email protected]>
1 parent e550ee8 commit a1aec86

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

scripts/update-docs.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ BUILDDIR="$(mktemp -d)"
77
trap 'rm -rf -- $BUILDDIR' EXIT
88

99
meson setup \
10-
-Dnvme=disabled \
11-
-Dlibnvme=disabled \
10+
-Dnvme=enabled \
11+
-Dlibnvme=enabled \
1212
-Ddocs=all \
1313
-Ddocs-build=true \
1414
"${BUILDDIR}"
15+
# TODO add 'docs' target
1516
meson compile -C "${BUILDDIR}"
1617

1718
# libnvme

0 commit comments

Comments
 (0)