mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 04:13:32 +02:00
meson build support
This commit is contained in:
parent
fb85fdec5c
commit
db16a0a853
57 changed files with 1787 additions and 46 deletions
1
docs/help/in/meson.build
Normal file
1
docs/help/in/meson.build
Normal file
|
|
@ -0,0 +1 @@
|
|||
# don't forget to add new help files to ../meson.build
|
||||
121
docs/help/meson.build
Normal file
121
docs/help/meson.build
Normal file
|
|
@ -0,0 +1,121 @@
|
|||
install_data(
|
||||
files(
|
||||
'accept',
|
||||
'action',
|
||||
'admin',
|
||||
'alias',
|
||||
'away',
|
||||
'ban',
|
||||
'beep',
|
||||
'bind',
|
||||
'cat',
|
||||
'cd',
|
||||
'channel',
|
||||
'clear',
|
||||
'completion',
|
||||
'connect',
|
||||
'ctcp',
|
||||
'cycle',
|
||||
'dcc',
|
||||
'dehilight',
|
||||
'deop',
|
||||
'devoice',
|
||||
'die',
|
||||
'disconnect',
|
||||
'echo',
|
||||
'eval',
|
||||
'exec',
|
||||
'flushbuffer',
|
||||
'format',
|
||||
'hash',
|
||||
'help',
|
||||
'hilight',
|
||||
'ignore',
|
||||
'info',
|
||||
'invite',
|
||||
'irssiproxy',
|
||||
'ison',
|
||||
'join',
|
||||
'kick',
|
||||
'kickban',
|
||||
'kill',
|
||||
'knock',
|
||||
'knockout',
|
||||
'lastlog',
|
||||
'layout',
|
||||
'levels',
|
||||
'links',
|
||||
'list',
|
||||
'load',
|
||||
'log',
|
||||
'lusers',
|
||||
'map',
|
||||
'me',
|
||||
'mircdcc',
|
||||
'mode',
|
||||
'motd',
|
||||
'msg',
|
||||
'names',
|
||||
'nctcp',
|
||||
'netsplit',
|
||||
'network',
|
||||
'nick',
|
||||
'notice',
|
||||
'notify',
|
||||
'op',
|
||||
'oper',
|
||||
'otr',
|
||||
'part',
|
||||
'ping',
|
||||
'query',
|
||||
'quit',
|
||||
'quote',
|
||||
'rawlog',
|
||||
'recode',
|
||||
'reconnect',
|
||||
'rehash',
|
||||
'reload',
|
||||
'restart',
|
||||
'rmreconns',
|
||||
'rmrejoins',
|
||||
'save',
|
||||
'sconnect',
|
||||
'script',
|
||||
'scrollback',
|
||||
'server',
|
||||
'servlist',
|
||||
'set',
|
||||
'silence',
|
||||
'squery',
|
||||
'squit',
|
||||
'stats',
|
||||
'statusbar',
|
||||
'time',
|
||||
'toggle',
|
||||
'topic',
|
||||
'trace',
|
||||
'ts',
|
||||
'unalias',
|
||||
'unban',
|
||||
'unignore',
|
||||
'unload',
|
||||
'unnotify',
|
||||
'unquery',
|
||||
'unsilence',
|
||||
'upgrade',
|
||||
'uptime',
|
||||
'userhost',
|
||||
'ver',
|
||||
'version',
|
||||
'voice',
|
||||
'wait',
|
||||
'wall',
|
||||
'wallops',
|
||||
'who',
|
||||
'whois',
|
||||
'whowas',
|
||||
'window',
|
||||
),
|
||||
install_dir : helpdir)
|
||||
|
||||
# subdir('in')
|
||||
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