1
0
Fork 0
gnome-shell/man/meson.build
Daniel Baumann 1fcdbd5df9
Adding upstream version 48.2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 20:26:11 +02:00

8 lines
209 B
Meson

custom_target('man page',
input: 'gnome-shell.rst',
output: 'gnome-shell.1',
command: [rst2man, '--syntax-highlight=none', '@INPUT@'],
capture: true,
install_dir: mandir + '/man1',
install: true
)