File: meson.build

package info (click to toggle)
nemo 6.6.4-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 9,100 kB
  • sloc: ansic: 128,108; xml: 1,560; python: 1,453; sh: 57; makefile: 20
file content (19 lines) | stat: -rw-r--r-- 258 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

install_man(
  'nemo.1',
  'nemo-desktop.1',
  'nemo-connect-server.1',
)

if gtkdoc_enabled
  subdir('reference')
endif

# Just for Dist
extraMans = [
  'dnd.txt',
  'key_mouse_navigation.txt',
  'load-states.dia',
  'nemo-io.txt',
  'style-guide.html',
]