2017-05-24 20:16:27 -04:00
|
|
|
custom_target('man page',
|
2020-12-27 17:46:57 -05:00
|
|
|
input: ['gnome-shell.txt', 'stylesheet.xsl'],
|
2017-05-24 20:16:27 -04:00
|
|
|
output: 'gnome-shell.1',
|
2020-12-27 17:46:57 -05:00
|
|
|
command: [a2x, '-D', '@OUTDIR@', '--xsl-file', '@INPUT1@', '-f' ,'manpage', '@INPUT0@'],
|
2017-05-24 20:16:27 -04:00
|
|
|
install_dir: mandir + '/man1',
|
|
|
|
install: true
|
|
|
|
)
|