File: meson.build

package info (click to toggle)
gnome-shell 48.3-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 22,296 kB
  • sloc: javascript: 74,408; ansic: 65,118; xml: 1,795; sh: 845; python: 666; makefile: 47
file content (8 lines) | stat: -rw-r--r-- 209 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
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
)