mirror of
https://github.com/t-crest/rtems.git
synced 2025-11-16 04:24:46 +00:00
Updated.
This commit is contained in:
6
doc/TODO
6
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)
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user