Changeset b0ab1d74 in rtems


Ignore:
Timestamp:
11/23/99 13:23:18 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
fba12eb6
Parents:
7e642ba
Message:

Added projects chapter to FAQ.

Location:
doc/FAQ
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • doc/FAQ/FAQ.texi

    r7e642ba rb0ab1d74  
    7171@include embeddedinfo.texi
    7272@include hwdebugaids.texi
     73@include projects.texi
    7374
    7475@ifinfo
     
    9293* Resources for Embedded Information::
    9394* Hardware to Ease Debugging::
     95* RTEMS Projects::
    9496@end menu
    9597
  • doc/FAQ/Makefile

    r7e642ba rb0ab1d74  
    2020GENERATED_FILES= \
    2121    basic.texi tools.texi concepts.texi bsp.texi debug.texi freesw.texi \
    22     embeddedinfo.texi hwdebugaids.texi
     22    embeddedinfo.texi hwdebugaids.texi projects.texi
    2323
    2424FILES=$(PROJECT).texi $(GENERATED_FILES)
     
    100100            -n "" ${*}.t
    101101
    102 
    103102hwdebugaids.texi: hwdebugaids.t Makefile
    104103        $(BMENU) -c -p "" \
     
    106105            -n "" ${*}.t
    107106
     107
     108projects.texi: projects.t Makefile
     109        $(BMENU) -c -p "" \
     110            -u "Top" \
     111            -n "" ${*}.t
     112
Note: See TracChangeset for help on using the changeset viewer.