version uppie...
authorraster <raster>
Thu, 15 Apr 2004 07:58:38 +0000 (07:58 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 15 Apr 2004 07:58:38 +0000 (07:58 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/eet@9732 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

Makefile.am
README
configure.in
eet-config.in
eet.c.in
eet.pc.in
eet.spec
src/lib/Makefile.am

index be062dd..ea4f7e4 100644 (file)
@@ -7,12 +7,6 @@ MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \
                       ltconfig ltmain.sh missing mkinstalldirs \
                       stamp-h.in eet_docs.tar eet_docs.tar.gz eet.c
 
-dist-hook:
-       ./gendoc; \
-       tar cvf eet_docs.tar doc/html doc/latex doc/man; \
-       rm -f eet_docs.tar.gz; \
-       gzip -9 eet_docs.tar;
-
 bin_SCRIPTS = eet-config
 
 EXTRA_DIST = README AUTHORS COPYING COPYING-PLAIN eet.spec eet.c.in \
diff --git a/README b/README
index 855ef12..a14c357 100644 (file)
--- a/README
+++ b/README
@@ -1 +1,4 @@
-Eet 0.9.0
+Eet 0.9.9
+
+Please have doxygen installed and run:
+./gendoc to generate documentation in the doc directory.
index 3a83123..505db92 100644 (file)
@@ -8,7 +8,7 @@ AC_CANONICAL_BUILD
 AC_CANONICAL_HOST
 AC_CANONICAL_TARGET
 AC_ISC_POSIX
-AM_INIT_AUTOMAKE(eet, 0.9.0)
+AM_INIT_AUTOMAKE(eet, 0.9.9)
 AM_CONFIG_HEADER(config.h)
 
 AC_PROG_CC
@@ -88,5 +88,4 @@ src/bin/Makefile
 eet-config
 ],[
 chmod +x eet-config
-touch eet_docs.tar.gz
 ])
index 6d8f079..cac167d 100644 (file)
@@ -46,7 +46,7 @@ while test $# -gt 0; do
       ;;
     --libs)
       libdirs=-L@libdir@
-      echo $libdirs -leet
+      echo $libdirs -leet -lz -ljpeg
       ;;
     *)
       echo "${usage}" 1>&2
index 84e5bb1..81a7371 100644 (file)
--- a/eet.c.in
+++ b/eet.c.in
@@ -9,9 +9,9 @@ These routines are used for Eet Library interaction
 
 @mainpage Eet Library Documentation
 @image html  eet.png
-@version 0.9.0
+@version 0.9.9
 @author Carsten Haitzler <raster@rasterman.com>
-@date 2000-2002
+@date 2000-2004
 
 
 
index f722b30..0b380b5 100644 (file)
--- a/eet.pc.in
+++ b/eet.pc.in
@@ -6,6 +6,6 @@ includedir=@includedir@
 Name: eet
 Description: eet
 Version: @VERSION@
-Libs: -L${libdir} -leet
+Libs: -L${libdir} -leet -lz -ljpeg
 Cflags: -I${includedir}
 
index eac831d..3423549 100644 (file)
--- a/eet.spec
+++ b/eet.spec
@@ -1,5 +1,5 @@
 # Note that this is NOT a relocatable package
-%define ver      0.9.0
+%define ver      0.9.9
 %define rel      1
 %define prefix   /usr
 
index 5cd4003..57a182d 100644 (file)
@@ -21,4 +21,4 @@ Eet_private.h
 
 libeet_la_LIBADD       = $(LDFLAGS) -lz -ljpeg
 libeet_la_DEPENDENCIES = $(top_builddir)/config.h
-libeet_la_LDFLAGS      = -version-info 9:0:9
+libeet_la_LDFLAGS      = -version-info 9:9:9