Skip to content

Commit 3f80166

Browse files
committed
Fix incorrect dir path in meson doc gen
1 parent 8c5ba27 commit 3f80166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ subdir('src_py')
365365

366366
if not get_option('stripped')
367367
# run make_docs and make docs
368-
if not fs.is_dir('generated')
368+
if not fs.is_dir('docs/generated')
369369
make_docs = files('buildconfig/make_docs.py')
370370
res = run_command(
371371
[find_program('python3', 'python'), make_docs],

0 commit comments

Comments
 (0)