Changeset 0febd38f in rtems
- Timestamp:
- 10/22/03 17:22:28 (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- d61e9c0f
- Parents:
- 3346853a
- Location:
- doc
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/ChangeLog
r3346853a r0febd38f 1 2003-10-22 Joel Sherrill <joel@OARcorp.com> 2 3 PR 513/doc 4 * Makefile.am, index.html.in: Rename Getting Started to be non-language 5 specific and remove link to Ada Getting Started. Also install missing 6 graphic. 7 1 8 2003-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 9 -
doc/Makefile.am
r3346853a r0febd38f 27 27 html_imagesdir = $(htmldir)/images 28 28 29 HTML_IMAGES = images/dir-arrow.gif images/dvi.gif images/missing-arrow.gif images/next-arrow.gif \ 30 images/oaronly.jpg images/pdf.gif images/pdf1.gif images/prev-arrow.gif images/ps.gif images/up-arrow.gif 29 HTML_IMAGES = images/dir-arrow.gif images/dvi.gif images/missing-arrow.gif \ 30 images/next-arrow.gif images/oaronly.jpg images/pdf.gif images/pdf1.gif 31 images/rtems_logo.jpg images/prev-arrow.gif images/ps.gif \ 32 images/up-arrow.gif 31 33 32 34 if USE_HTML -
doc/index.html.in
r3346853a r0febd38f 26 26 <IMG SRC="images/dvi.gif" HEIGHT=18 WIDTH=16></A> 27 27 <A HREF="started/index.html"> 28 Getting Started with RTEMS for C/C++ Users</A>28 Getting Started with RTEMS</A> 29 29 </LI> 30 30 … … 71 71 <LI>Ada Manuals</LI> 72 72 <MENU> 73 <LI><A HREF="../pdf/started.pdf">74 <IMG SRC="images/pdf1.gif" HEIGHT=18 WIDTH=16></A>75 <A HREF="../ps/started_ada.ps">76 <IMG SRC="images/ps.gif" HEIGHT=18 WIDTH=16></A>77 <A HREF="../dvi/started_ada.dvi">78 <IMG SRC="images/dvi.gif" HEIGHT=18 WIDTH=16></A>79 <A HREF="started_ada/index.html">80 Getting Started with GNAT/RTEMS</A> (NOTE: Build procedures81 apply only to gnat 3.13p not the GNAT in gcc 3.2. The82 hello world and testing the native GNAT are applicable though.83 The relevant portions of this manual need to be merged into84 the Getting Started for C/C++ Users document.)85 </LI>86 73 <LI><A HREF="../pdf/ada_user.pdf"> 87 74 <IMG SRC="images/pdf1.gif" HEIGHT=18 WIDTH=16></A>
Note: See TracChangeset
for help on using the changeset viewer.