File: Makefile.am

package info (click to toggle)
pcmanfm 1.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,248 kB
  • sloc: ansic: 12,586; makefile: 102; sh: 24
file content (24 lines) | stat: -rw-r--r-- 413 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
NULL=

SUBDIRS=ui

man_MANS=pcmanfm.1

desktopdir=$(datadir)/applications
desktop_in_files= \
	pcmanfm.desktop.in \
	pcmanfm-desktop-pref.desktop.in \
	$(NULL)
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
@INTLTOOL_DESKTOP_RULE@

defconfdir=$(sysconfdir)/xdg/pcmanfm/default
defconf_DATA = \
	pcmanfm.conf \
	$(NULL)

EXTRA_DIST= \
	$(desktop_in_files) \
	$(desktop_DATA) \
	$(defconf_DATA) \
	$(NULL)