mirror of
https://github.com/rkd77/elinks.git
synced 2025-01-03 14:57:44 -05:00
[meson] Added contrib
This commit is contained in:
parent
ec7869c722
commit
30400f7367
3
contrib/lua/meson.build
Normal file
3
contrib/lua/meson.build
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
configure_file(input : 'hooks.lua.in',
|
||||||
|
output : 'hooks.lua',
|
||||||
|
configuration : conf_data)
|
4
contrib/meson.build
Normal file
4
contrib/meson.build
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
configure_file(input : 'elinks.spec.in',
|
||||||
|
output : 'elinks.spec',
|
||||||
|
configuration : conf_data)
|
||||||
|
subdir('lua')
|
Loading…
Reference in New Issue
Block a user