summaryrefslogtreecommitdiffstats
path: root/docs/meson.build
blob: a58faed34f01b88e4e16a869699a4e5ba475c382 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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')