File: meson.build

package info (click to toggle)
libvirt-dbus 1.4.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 888 kB
  • sloc: ansic: 8,558; xml: 1,588; python: 926; sh: 149; makefile: 19
file content (8 lines) | stat: -rw-r--r-- 265 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
prog_rst2man = find_program('rst2man', 'rst2man.py', 'rst2man-3')

configure_file(
    command: [prog_rst2man.path(), '@INPUT@', '@OUTPUT@'],
    input: 'libvirt-dbus.rst',
    output: 'libvirt-dbus.8',
    install_dir: join_paths (get_option('mandir'), 'man8'),
)