1. fix a lot of things so they pass make distcheck - so many things have
authorraster <raster>
Tue, 10 Jul 2007 00:13:26 +0000 (00:13 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 10 Jul 2007 00:13:26 +0000 (00:13 +0000)
broken. guys - need to be more careful!
2. asparagus
3. some extra docs/comments for evas

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@30696 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

Makefile.am
configure.in

index 4a8eb48..6d9ad5b 100644 (file)
@@ -15,8 +15,7 @@ EXTRA_DIST = README AUTHORS COPYING COPYING-PLAIN \
        emotion.pc.in debian/changelog debian/control \
        debian/copyright debian/rules debian/libemotion0.install \
        debian/libemotion0-dev.install debian/emotion0-bin.install \
-       debian/libemotion0-gstreamer.install debian/libemotion0-xine.install \
-       debian/docs
+       debian/libemotion0-gstreamer.install debian/libemotion0-xine.install
 
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = emotion.pc
index 430bcb7..8de0d41 100644 (file)
@@ -4,7 +4,7 @@ dnl Process this file with autoconf to produce a configure script.
 rm -f config.cache
 
 AC_INIT(configure.in)
-AM_INIT_AUTOMAKE(emotion, 0.0.1.006)
+AM_INIT_AUTOMAKE(emotion, 0.0.1.007)
 AM_CONFIG_HEADER(config.h)
 
 AC_C_BIGENDIAN