Debian packages may now be built from output of make dist and friends

SVN revision: 4206
This commit is contained in:
Horms 2001-02-14 16:14:35 +00:00
parent ea99ddf975
commit 0dec22e2b5
4 changed files with 10 additions and 1 deletions

View File

@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in
SUBDIRS = src
SUBDIRS = src debian
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \
config.h.in config.sub configure install-sh \

View File

@ -82,6 +82,7 @@ AC_OUTPUT([
Makefile
ecore-config
src/Makefile
debian/Makefile
], [
chmod +x ecore-config
]

View File

@ -0,0 +1,2 @@
Makefile
Makefile.in

View File

@ -0,0 +1,6 @@
EXTRA_DIST = \
changelog \
control \
copyright \
libecore0.postinst \
rules