Skip to content

Commit

Permalink
build: install readme as doc
Browse files Browse the repository at this point in the history
  • Loading branch information
EmixamPP authored Sep 2, 2024
1 parent aac06d2 commit 20b769b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,12 @@ endif
##########
install_emptydir(log_dir)

install_data(
'README.md',
install_dir: get_option('datadir') / 'doc' / meson.project_name(),
)

install_data(
'LICENSE',
install_dir: get_option('datadir') / 'licences' / meson.project_name(),
install_dir: get_option('datadir') / 'doc' / meson.project_name(),
)

0 comments on commit 20b769b

Please sign in to comment.