diff options
author | shadoi <shadoi> | 2005-10-13 02:16:01 +0000 |
---|---|---|
committer | shadoi <shadoi@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33> | 2005-10-13 02:16:01 +0000 |
commit | 8128b2d0485b3a437d7a29c6d53df0b1e5f8f62c (patch) | |
tree | f9ccd5d85bc6e2d70596a2d3142ad9c9fdf798e5 /Makefile.am | |
parent | 22560fc6d326e595e541a4fe2ed72a97b6a4cfed (diff) |
- Autogenerate the debian changelog
- Add basic docs to the package
- Ignore generated stuff in debian/
SVN revision: 17485
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 153d5de3d..3777267a1 100644 --- a/Makefile.am +++ b/Makefile.am | |||
@@ -3,11 +3,15 @@ SUBDIRS = src data doc po intl | |||
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 | 6 | stamp-h.in acconfig.h debian/changelog |
7 | 7 | ||
8 | bin_SCRIPTS = enlightenment-config | 8 | bin_SCRIPTS = enlightenment-config |
9 | 9 | ||
10 | EXTRA_DIST = README AUTHORS COPYING COPYING-PLAIN enlightenment.spec | 10 | EXTRA_DIST = README AUTHORS COPYING COPYING-PLAIN enlightenment.spec \ |
11 | debian/changelog debian/changelog.in debian/copyright \ | ||
12 | debian/rules debian/enlightenment.install debian/enlightenment.docs \ | ||
13 | debian/enlightenment-data.install debian/libe.install \ | ||
14 | debian/libe-dev.install | ||
11 | 15 | ||
12 | filesdir = $(datadir)/enlightenment/ | 16 | filesdir = $(datadir)/enlightenment/ |
13 | files_DATA = AUTHORS COPYING | 17 | files_DATA = AUTHORS COPYING |