summaryrefslogtreecommitdiffstats
path: root/man/meson.build
blob: aa37ef0f3a2ec3bdc433607ceaed9f533c6414e0 (plain)
1
2
3
4
5
6
7
custom_target('man page',
  input: ['gnome-shell.txt', 'stylesheet.xsl'],
  output: 'gnome-shell.1',
  command: [a2x, '-D', '@OUTDIR@', '--xsl-file', '@INPUT1@', '-f' ,'manpage', '@INPUT0@'],
  install_dir: mandir + '/man1',
  install: true
)