Changeset 00d11bb7 in rtems


Ignore:
Timestamp:
07/15/99 15:58:17 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
1f42090
Parents:
b44cfb98
Message:

Added shell of information on resources for embedded information.

Location:
doc/FAQ
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • doc/FAQ/FAQ.texi

    rb44cfb98 r00d11bb7  
    6868@include debug.texi
    6969@include freesw.texi
     70@include embeddedinfo.texi
    7071@include hwdebugaids.texi
    7172
     
    8788* Debugging Hints::
    8889* Free Software that Works with RTEMS::
     90* Resources for Embedded Information::
    8991* Hardware to Ease Debugging::
    9092@end menu
  • doc/FAQ/Makefile

    rb44cfb98 r00d11bb7  
    1919
    2020GENERATED_FILES= \
    21     basic.texi tools.texi concepts.texi debug.texi freesw.texi hwdebugaids.texi
     21    basic.texi tools.texi concepts.texi debug.texi freesw.texi \
     22    embeddedinfo.texi hwdebugaids.texi
    2223
    2324FILES=$(PROJECT).texi $(GENERATED_FILES)
     
    8586            -n "" ${*}.t
    8687
     88embeddedinfo.texi: embeddedinfo.t Makefile
     89        $(BMENU) -c -p "" \
     90            -u "Top" \
     91            -n "" ${*}.t
     92
    8793
    8894hwdebugaids.texi: hwdebugaids.t Makefile
Note: See TracChangeset for help on using the changeset viewer.