summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--doc/TODO6
-rw-r--r--doc/configure.in8
2 files changed, 8 insertions, 6 deletions
diff --git a/doc/TODO b/doc/TODO
index 7a0e16f5f8..e1249d768e 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -14,9 +14,11 @@ Need a description of hello world and writing an application.
More automatic handling of version, date, revision, release, etc.
-Eliminate use of gifs.
+Eliminate use of gifs. [NOTE: ps, pdf, and dvi.gif are from
+http://www.cit.gu.edu.au/images and the various arrow and
+bookshelf icons came with texi2www.]
-Redraw pictures as appropriate in open source tools
+Redraw pictures as appropriate in open source tools.
Getting Started (C and Ada versions)
diff --git a/doc/configure.in b/doc/configure.in
index 9b32c51511..84577e949b 100644
--- a/doc/configure.in
+++ b/doc/configure.in
@@ -4,18 +4,18 @@ AC_PREREQ(2.13)
AC_INIT(project.am)
-AM_INIT_AUTOMAKE(rtemsdoc,4.5.0-beta2,no)
+AM_INIT_AUTOMAKE(rtemsdoc,4.5.0-beta3,no)
RTEMS_VERSION="$VERSION"
AC_SUBST(RTEMS_VERSION)
-RTEMS_RELEASE="4.5.0"
+RTEMS_RELEASE="4.5.0-beta3"
AC_SUBST(RTEMS_RELEASE)
-RTEMS_UPDATE_DATE="April 26 2000"
+RTEMS_UPDATE_DATE="May 8 2000"
AC_SUBST(RTEMS_UPDATE_DATE)
-RTEMS_UPDATE_MONTH="April 2000"
+RTEMS_UPDATE_MONTH="May 2000"
AC_SUBST(RTEMS_UPDATE_MONTH)
AC_ARG_ENABLE(html,