File: meson.build

package info (click to toggle)
nautilus-python 4.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 424 kB
  • sloc: xml: 1,713; ansic: 619; python: 250; makefile: 10
file content (15 lines) | stat: -rw-r--r-- 278 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
install_data(
  'README',
  install_dir: docdir,
)

install_data(
  'background-image.py',
  'block-size-column.py',
  'open-terminal.py',
  'md5sum-properties-model.py',
  'submenu.py',
  'TestExtension.py',
  'update-file-info-async.py',
  install_dir: docdir / 'examples',
)