mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 21:00:40 +02:00
meson build support
This commit is contained in:
parent
fb85fdec5c
commit
db16a0a853
57 changed files with 1787 additions and 46 deletions
18
docs/meson.build
Normal file
18
docs/meson.build
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
install_data(
|
||||
files(
|
||||
'capsicum.txt',
|
||||
'design.html',
|
||||
'design.txt',
|
||||
'faq.html',
|
||||
'faq.txt',
|
||||
'formats.txt',
|
||||
'manual.txt',
|
||||
'perl.txt',
|
||||
'signals.txt',
|
||||
'special_vars.txt',
|
||||
'startup-HOWTO.html',
|
||||
'startup-HOWTO.txt',
|
||||
),
|
||||
install_dir : docdir)
|
||||
|
||||
subdir('help')
|
||||
Loading…
Add table
Add a link
Reference in a new issue