File: Makefile.am

package info (click to toggle)
plank 0.11.89-6
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 5,660 kB
  • sloc: sh: 4,959; makefile: 1,076; cpp: 404; xml: 33; ansic: 31; python: 22; sed: 16
file content (16 lines) | stat: -rw-r--r-- 333 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
NULL =

defaultthemedir = $(pkgdatadir)/themes/Default
dist_defaulttheme_DATA = \
	Default/dock.theme \
	$(NULL)

mattethemedir = $(pkgdatadir)/themes/Matte
dist_mattetheme_DATA = \
	Matte/dock.theme \
	$(NULL)

transparentthemedir = $(pkgdatadir)/themes/Transparent
dist_transparenttheme_DATA = \
	Transparent/dock.theme \
	$(NULL)