readme is now auto-generated

SVN revision: 13572
This commit is contained in:
Carsten Haitzler 2005-03-03 02:29:18 +00:00
parent 338c93a811
commit c5f94de716
4 changed files with 16 additions and 4 deletions

View File

@ -7,6 +7,7 @@ MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \
ltconfig ltmain.sh missing mkinstalldirs \
stamp-h.in \
eet_docs.tar.gz eet.c \
README \
eet.pc \
eet.spec \
eet.oe eet-native.oe \
@ -17,6 +18,7 @@ bin_SCRIPTS = eet-config
EXTRA_DIST = README AUTHORS COPYING COPYING-PLAIN eet.spec eet.c.in gendoc \
Doxyfile doc eet_docs.tar.gz \
README.in README \
eet.pc.in \
eet.spec.in eet.spec \
eet.oe.in eet.oe eet-native.oe.in eet-native.oe \

View File

@ -1,4 +0,0 @@
Eet 0.9.9
Please have doxygen installed and run:
./gendoc to generate documentation in the doc directory.

13
legacy/eet/README.in Normal file
View File

@ -0,0 +1,13 @@
Eet @VERSION@
Eet is a tiny library designed to write an arbitary set of chunks of
data to a file and optionally compress each chunk (very much like a
zip file) and allow fast random-access reading of the file later
on. It does not do zip as a zip itself has more complexity than is
needed, and it was much simpler to implement this once here.
It also can encode and decode data structures in memory, as well as
image data for saving to eet files or sending across the network to
other machines, or just writing to arbitary files on the system. All
data is encoded in a platform independant way and can be written and
read by any architecture.

View File

@ -116,6 +116,7 @@ src/Makefile
src/lib/Makefile
src/bin/Makefile
eet-config
README
eet.spec
eet.oe
eet-native.oe