* mainpage.html: update, add link to Niko Hansen's comparison

* README: Add more specific note about tutorial.

* configure.in: Bump version to 1.0-beta1

* tutorial/Makefile.am: Add all necessary files, including html and
Templates to distribution.
This commit is contained in:
kuepper 2006-12-03 10:41:54 +00:00
commit ab9b38654d
14 changed files with 117 additions and 12 deletions

View file

@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
dnl
dnl Change the version number here
AC_INIT([Evolving Objects], [0.9.4-cvs], [eodev-help@sourceforge.net], [eo])
AC_INIT([Evolving Objects], [1.0-beta1], [eodev-help@sourceforge.net], [eo])
AC_PREREQ(2.53)
dnl make sure we are compiling from the correct sources
@ -61,9 +61,12 @@ AC_OUTPUT(Makefile \
src/utils/Makefile \
test/Makefile \
tutorial/Makefile \
tutorial/html/Makefile \
tutorial/Lesson1/Makefile \
tutorial/Lesson2/Makefile \
tutorial/Lesson3/Makefile \
tutorial/Lesson4/Makefile \
tutorial/Lesson5/Makefile \
tutorial/TEMPLATES/Makefile \
tutorial/pdf/Makefile \
win/Makefile)