File: Makefile.am

package info (click to toggle)
nemo-python 3.0.0-2~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 416 kB
  • sloc: xml: 1,701; ansic: 771; python: 209; makefile: 137; sh: 9
file content (14 lines) | stat: -rw-r--r-- 322 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
docsdir = $(docdir)
docs_DATA = README

examplesdir = $(docdir)/examples
examples_DATA =					\
	background-image.py			\
	block-size-column.py		\
	location-widget-provider.py \
	open-terminal.py			\
	md5sum-property-page.py		\
	submenu.py                  \
	update-file-info-async.py

EXTRA_DIST = README $(examples_DATA)