Skip to content

Commit 4104378

Browse files
committed
Install LICENSE.txt with Meson
1 parent 82d36be commit 4104378

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

c_glib/meson.build

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,8 @@ if get_option('gtk_doc')
144144
endif
145145
endif
146146

147-
install_data('README.md',
147+
install_data('../LICENSE.txt',
148+
'README.md',
148149
install_dir: join_paths(data_dir, 'doc', meson.project_name()))
149150

150151
run_test = find_program('test/run-test.sh')

0 commit comments

Comments
 (0)