Skip to content
This repository was archived by the owner on Jan 29, 2026. It is now read-only.

Commit 9190f58

Browse files
committed
build/meson: remove docdir installation
the glob only contains files with C++ source code now.
1 parent 381363d commit 9190f58

2 files changed

Lines changed: 0 additions & 17 deletions

File tree

docs/meson.build

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -67,18 +67,6 @@ docs = [
6767
]
6868
#pragma autogen pop
6969

70-
docdir = get_option('docdir')
71-
if docdir == ''
72-
docdir = get_option('datadir') / 'doc' / meson.project_name()
73-
endif
74-
install_data(
75-
docs,
76-
follow_symlinks: true,
77-
install_dir: docdir,
78-
preserve_path: true,
79-
install_tag: 'docs',
80-
)
81-
8270
examples = []
8371

8472
foreach doc : docs

meson.options

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,3 @@ option(
2828
value: 'auto',
2929
description: 'Build with C++ modules support',
3030
)
31-
option(
32-
'docdir',
33-
type: 'string',
34-
description: 'Documentation directory',
35-
)

0 commit comments

Comments
 (0)