From c5f94de7165b33ee81a59ce0b47d3d888f2cda36 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Thu, 3 Mar 2005 02:29:18 +0000 Subject: [PATCH] readme is now auto-generated SVN revision: 13572 --- legacy/eet/Makefile.am | 2 ++ legacy/eet/README | 4 ---- legacy/eet/README.in | 13 +++++++++++++ legacy/eet/configure.in | 1 + 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 legacy/eet/README create mode 100644 legacy/eet/README.in diff --git a/legacy/eet/Makefile.am b/legacy/eet/Makefile.am index 5fdcd39b9b..b97a4fbbe7 100644 --- a/legacy/eet/Makefile.am +++ b/legacy/eet/Makefile.am @@ -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 \ diff --git a/legacy/eet/README b/legacy/eet/README deleted file mode 100644 index a14c357bb8..0000000000 --- a/legacy/eet/README +++ /dev/null @@ -1,4 +0,0 @@ -Eet 0.9.9 - -Please have doxygen installed and run: -./gendoc to generate documentation in the doc directory. diff --git a/legacy/eet/README.in b/legacy/eet/README.in new file mode 100644 index 0000000000..0d8f6f5bc3 --- /dev/null +++ b/legacy/eet/README.in @@ -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. diff --git a/legacy/eet/configure.in b/legacy/eet/configure.in index e5ad71a27a..8d547605ce 100644 --- a/legacy/eet/configure.in +++ b/legacy/eet/configure.in @@ -116,6 +116,7 @@ src/Makefile src/lib/Makefile src/bin/Makefile eet-config +README eet.spec eet.oe eet-native.oe