summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 5e1adbd106ef2de93329f67790b3f276edd5d517 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
@SET_MAKE@

DIST_SUBDIRS = \
	backdrops \
	common \
	doc \
	po \
	settings \
	src \
	modules \
	pixmaps \
	panel-plugin \
	menueditor

SUBDIRS = \
	backdrops \
	common \
	doc \
	po \
	settings \
	src \
	modules \
	pixmaps

if BUILD_PANEL_PLUGIN
SUBDIRS += panel-plugin
endif

if BUILD_MENUEDITOR
SUBDIRS += menueditor
endif

confdir = $(sysconfdir)/xdg/xfce4/desktop

conf_DATA = 								\
	menu.xml 							\
	menu.xml.az 							\
	menu.xml.ca 							\
	menu.xml.de 							\
	menu.xml.es							\
	menu.xml.et							\
	menu.xml.eu							\
	menu.xml.fa_IR 							\
	menu.xml.fr 							\
	menu.xml.he							\
	menu.xml.hu 							\
	menu.xml.ko							\
	menu.xml.ms  							\
	menu.xml.nl  							\
	menu.xml.pt_BR							\
	menu.xml.ro							\
	menu.xml.ru							\
	menu.xml.sk							\
	menu.xml.ta 							\
	menu.xml.tr 							\
	menu.xml.vi 							\
	menu.xml.zh_CN							\
	menu.xml.zh_TW

EXTRA_DIST = $(conf_DATA) xfdesktop.spec TODO xfdesktop.1

manpagedir = $(mandir)/man1
manpage_DATA = xfdesktop.1

distclean-local:
	-rm -rf xfdesktop.spec *.cache *~

rpm: dist
	rpmbuild -ta $(PACKAGE)-$(VERSION).tar.gz
	@rm -f $(PACKAGE)-$(VERSION).tar.gz

html: Makefile
	make -C doc html

ACLOCAL_AMFLAGS = -I m4