This commit is contained in:
Joel Sherrill
2000-05-08 19:44:25 +00:00
parent d9a45972c2
commit 0f904827f5
2 changed files with 8 additions and 6 deletions

View File

@@ -14,9 +14,11 @@ Need a description of hello world and writing an application.
More automatic handling of version, date, revision, release, etc. 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) Getting Started (C and Ada versions)

View File

@@ -4,18 +4,18 @@ AC_PREREQ(2.13)
AC_INIT(project.am) 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" RTEMS_VERSION="$VERSION"
AC_SUBST(RTEMS_VERSION) AC_SUBST(RTEMS_VERSION)
RTEMS_RELEASE="4.5.0" RTEMS_RELEASE="4.5.0-beta3"
AC_SUBST(RTEMS_RELEASE) AC_SUBST(RTEMS_RELEASE)
RTEMS_UPDATE_DATE="April 26 2000" RTEMS_UPDATE_DATE="May 8 2000"
AC_SUBST(RTEMS_UPDATE_DATE) AC_SUBST(RTEMS_UPDATE_DATE)
RTEMS_UPDATE_MONTH="April 2000" RTEMS_UPDATE_MONTH="May 2000"
AC_SUBST(RTEMS_UPDATE_MONTH) AC_SUBST(RTEMS_UPDATE_MONTH)
AC_ARG_ENABLE(html, AC_ARG_ENABLE(html,