File: Makefile.am

package info (click to toggle)
docky 2.0.6-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 6,280 kB
  • ctags: 5,001
  • sloc: cs: 30,675; python: 1,670; sh: 1,276; makefile: 900; xml: 16
file content (20 lines) | stat: -rw-r--r-- 428 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
SUBDIRS = icons themes

EXTRA_DIST = 	docky.desktop.in \
		albumoverlay_jewel.png \
		albumoverlay_vinyl.png \
	     	poof.png
CLEANFILES = docky.desktop

applicationsdir = $(datadir)/applications
applications_DATA = docky.desktop

startupdir = $(sysconfdir)/xdg/autostart
startup_DATA = docky.desktop

poofdir = $(datadir)/docky
poof_DATA = poof.png \
	albumoverlay_jewel.png \
	albumoverlay_vinyl.png

@INTLTOOL_DESKTOP_RULE@