meson.build: install README, NEWS etc.
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user