don't add generated files in the distribution !

you were lucky, you broke distribution but the autotools
automatically add the files AUTHORS README and COPIYNG


SVN revision: 57145
This commit is contained in:
Vincent Torri 2011-02-18 07:41:26 +00:00
parent bae92de1b9
commit 1bf3e709c6
2 changed files with 5 additions and 6 deletions

View File

@ -11,11 +11,8 @@ MAINTAINERCLEANFILES = \
ltmain.sh \
missing
EXTRA_DIST = m4/Makefile.in \
ethumb.spec
README \
AUTHORS \
COPYING
EXTRA_DIST = \
autogen.sh
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = ethumb.pc

View File

@ -199,7 +199,7 @@ AC_SUBST(requirement_ethumb)
AC_SUBST(requirement_ethumb_client)
AC_SUBST(dbusservicedir)
AC_OUTPUT([
AC_CONFIG_FILES([
ethumb.pc
ethumb.spec
ethumb_client.pc
@ -219,6 +219,8 @@ m4/Makefile
doc/Makefile
])
AC_OUTPUT
txt_strip() {
echo "[$]@" | sed -e 's/^[[ \t]]*\([[^ \t]]*\)[[ \t]]*$/\1/g'
}