Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion libnvme/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ if want_libnvme
if get_option('examples')
subdir('examples')
endif

subdir('doc')
else
# Fallback to using a pre-installed libnvme (if available)
if std_prefix
Expand All @@ -59,4 +61,3 @@ else
endif
endif

subdir('doc')
4 changes: 2 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -596,9 +596,9 @@ if want_nvme
'completions/_nvme',
install_dir: datadir / 'zsh/site-functions',
)
endif

subdir('Documentation')
subdir('Documentation')
endif


################################################################################
Expand Down