diff options
author | Carsten Haitzler <raster@rasterman.com> | 2007-11-07 22:56:05 +0000 |
---|---|---|
committer | Carsten Haitzler <raster@rasterman.com> | 2007-11-07 22:56:05 +0000 |
commit | 9765562c92f5d15e91cb244a6a213ecd40ec6abf (patch) | |
tree | 987fd653a2d3408fd22cf4ed022eb3762b7c6133 /Makefile.am | |
parent | d9afea91c3a4389f5a27c020a3c87173a0fc6f46 (diff) |
As requested -
debian--, gendoc++
SVN revision: 32476
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/Makefile.am b/Makefile.am index 518533c8b..f031c558f 100644 --- a/Makefile.am +++ b/Makefile.am | |||
@@ -3,21 +3,13 @@ SUBDIRS = src data doc po | |||
3 | MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \ | 3 | MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \ |
4 | config.h.in config.sub configure install-sh \ | 4 | config.h.in config.sub configure install-sh \ |
5 | ltconfig ltmain.sh missing mkinstalldirs \ | 5 | ltconfig ltmain.sh missing mkinstalldirs \ |
6 | stamp-h.in acconfig.h debian/changelog \ | 6 | stamp-h.in acconfig.h \ |
7 | enlightenment.spec | 7 | enlightenment.spec |
8 | 8 | ||
9 | bin_SCRIPTS = enlightenment-config | 9 | bin_SCRIPTS = enlightenment-config |
10 | 10 | ||
11 | EXTRA_DIST = config.rpath README AUTHORS COPYING COPYING-PLAIN \ | 11 | EXTRA_DIST = config.rpath README AUTHORS COPYING COPYING-PLAIN \ |
12 | enlightenment.spec.in enlightenment.spec \ | 12 | enlightenment.spec.in enlightenment.spec |
13 | debian/changelog \ | ||
14 | debian/changelog.in \ | ||
15 | debian/control \ | ||
16 | debian/copyright \ | ||
17 | debian/enlightenment.install \ | ||
18 | debian/enlightenment-dev.install \ | ||
19 | debian/enlightenment.docs \ | ||
20 | debian/rules | ||
21 | 13 | ||
22 | filesdir = $(datadir)/enlightenment/ | 14 | filesdir = $(datadir)/enlightenment/ |
23 | files_DATA = AUTHORS COPYING | 15 | files_DATA = AUTHORS COPYING |