Ticket #513: doc.diff

File doc.diff, 3.6 KB (added by Joel Sherrill, on 12/03/06 at 13:31:13)

doc.diff

  • Makefile.am

    RCS file: /usr1/CVS/rtems/doc/Makefile.am,v
    retrieving revision 1.12.2.2
    diff -u -r1.12.2.2 Makefile.am
     
    2626
    2727html_imagesdir = $(htmldir)/images
    2828
    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
     29HTML_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
    3133
    3234if USE_HTML
    3335html_images_DATA = $(HTML_IMAGES)
  • index.html.in

    RCS file: /usr1/CVS/rtems/doc/index.html.in,v
    retrieving revision 1.9.2.2
    diff -u -r1.9.2.2 index.html.in
     
    2525            <A HREF="../dvi/started.dvi">
    2626                    <IMG SRC="images/dvi.gif" HEIGHT=18 WIDTH=16></A>
    2727            <A HREF="started/index.html">
    28                Getting Started with RTEMS for C/C++ Users</A>
     28               Getting Started with RTEMS</A>
    2929            </LI>
    3030
    3131        <LI><A HREF="../pdf/c_user.pdf">
     
    7070    </MENU>
    7171    <LI>Ada Manuals</LI>
    7272    <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 procedures
    81                apply only to gnat 3.13p not the GNAT in gcc 3.2.  The
    82                hello world and testing the native GNAT are applicable though.
    83                The relevant portions of this manual need to be merged into
    84                the Getting Started for C/C++ Users document.)
    85             </LI>
    8673        <LI><A HREF="../pdf/ada_user.pdf">
    8774                    <IMG SRC="images/pdf1.gif" HEIGHT=18 WIDTH=16></A>
    8875            <A HREF="../ps/ada_user.ps">
  • started/started.texi

    RCS file: /usr1/CVS/rtems/doc/started/started.texi,v
    retrieving revision 1.16.2.2
    diff -u -r1.16.2.2 started.texi
     
    3131@ifset use-ascii
    3232@dircategory RTEMS On-Line Manual
    3333@direntry
    34 * Getting Started with RTEMS for C/C++ Users: (started).
     34* Getting Started with RTEMS: (started).
    3535@end direntry
    3636@end ifset
    3737
     
    4545@c @shorttitlepage Getting Started with RTEMS
    4646
    4747@setchapternewpage odd
    48 @settitle Getting Started with RTEMS for C/C++ Users
     48@settitle Getting Started with RTEMS
    4949@titlepage
    5050@finalout
    5151
    52 @title Getting Started with RTEMS for C/C++ Users
     52@title Getting Started with RTEMS
    5353@subtitle Edition @value{EDITION}, for @value{VERSION}
    5454@sp 1
    5555@subtitle @value{UPDATED}
     
    7474@node Top, Introduction, (dir), (dir)
    7575@top started
    7676
    77 This is the online version of the Getting Started with RTEMS for C/C++ Users.
     77This is the online version of the Getting Started with RTEMS.
    7878
    7979@menu
    8080* Introduction::