blob: 4c35923b9017682dd63fe0485dd6fcbc43fd0f44 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
SUBDIRS = src data doc po intl
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \
config.h.in config.sub configure install-sh \
ltconfig ltmain.sh missing mkinstalldirs \
stamp-h.in acconfig.h debian/changelog \
enlightenment.spec
bin_SCRIPTS = enlightenment-config
EXTRA_DIST = README AUTHORS COPYING COPYING-PLAIN \
enlightenment.spec.in enlightenment.spec \
debian/changelog \
debian/changelog.in \
debian/control \
debian/copyright \
debian/enlightenment.install \
debian/enlightenment-dev.install \
debian/enlightenment.docs \
debian/rules \
eap_to_desktop
filesdir = $(datadir)/enlightenment/
files_DATA = AUTHORS COPYING
|