summaryrefslogtreecommitdiff
path: root/man/meson.build
blob: b2a0344408ae0a1b4591f656644f00f70ffeab7d (plain)
1
2
3
4
5
6
7
8
mans = ['audtool.1', 'audacious.1']

foreach man : mans
  configure_file(input: '@0@.in'.format(man),
    output: man,
    configuration: conf,
    install_dir: join_paths(get_option('mandir'), 'man1'))
endforeach