summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 3877eb46cb4a49305549af13a84548f7682cff23 (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
@SET_MAKE@

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

confdir = $(sysconfdir)/xfce4

conf_DATA = 								\
	menu.xml 							\
	menu.xml.az 							\
	menu.xml.ca 							\
	menu.xml.de 							\
	menu.xml.fa_IR 							\
	menu.xml.fr 							\
	menu.xml.hu 							\
	menu.xml.ms  							\
	menu.xml.nl  							\
	menu.xml.ta 							\
	menu.xml.tr 							\
	menu.xml.vi 							\
	menu.xml.zh_CN							\
	menu.xml.zh_TW

EXTRA_DIST = $(conf_DATA) xfdesktop.spec TODO

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