meson.build: install README, NEWS etc.
This commit is contained in:
parent
eeae9a04d3
commit
f77135f307
|
@ -442,6 +442,11 @@ if systemd_dep.found()
|
||||||
subdir('systemd')
|
subdir('systemd')
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
install_data(
|
||||||
|
'AUTHORS', 'COPYING', 'NEWS', 'README.md',
|
||||||
|
install_dir: join_paths(get_option('datadir'), 'doc', meson.project_name()),
|
||||||
|
)
|
||||||
|
|
||||||
if get_option('documentation')
|
if get_option('documentation')
|
||||||
subdir('doc')
|
subdir('doc')
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in New Issue