File: Makefile.am

package info (click to toggle)
geany-plugins 1.33%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 20,120 kB
  • sloc: ansic: 104,481; sh: 4,297; makefile: 1,533; python: 947
file content (4 lines) | stat: -rw-r--r-- 155 bytes parent folder | download | duplicates (5)
1
2
3
4
geanypy_plugins				=	demo.py hello.py console.py
geanypydir					=	$(libdir)/geany
geanypy_DATA				=	$(geanypy_plugins)
EXTRA_DIST					=	$(geanypy_plugins)