summaryrefslogtreecommitdiff
path: root/config/Makefile.am
blob: 6717df00b293781e527591b369498224232d145e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
MAINTAINERCLEANFILES = Makefile.in
SUBDIRS = default standard

EET_EET = @eet_eet@

EXTRA_DIST = profile.src

filesdir = $(datadir)/enlightenment/data/config

files_DATA = profile.cfg

%.cfg: %.src
	$(EET_EET) -i \
	$(top_builddir)/config/$@ config \
	$< 0
	
clean-local:
	rm -rf *.cfg *~