File: Makefile.am

package info (click to toggle)
thunarx-python 0.5.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 360 kB
  • sloc: xml: 1,500; ansic: 678; python: 136; makefile: 106; sh: 11
file content (12 lines) | stat: -rw-r--r-- 291 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
docsdir = $(docdir)
docs_DATA = README

examplesdir = $(docdir)/examples
examples_DATA =					\
	thunarx-preferences-plugin.py			\
	thunarx-renamer-plugin.py			\
	thunarx-menu-plugin.py			\
	thunarx-property-page-plugin.py			\
	thunarx-submenu-plugin.py

EXTRA_DIST = README $(examples_DATA)