Changeset 00d11bb7 in rtems
- Timestamp:
- 07/15/99 15:58:17 (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 1f42090
- Parents:
- b44cfb98
- Location:
- doc/FAQ
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/FAQ/FAQ.texi
rb44cfb98 r00d11bb7 68 68 @include debug.texi 69 69 @include freesw.texi 70 @include embeddedinfo.texi 70 71 @include hwdebugaids.texi 71 72 … … 87 88 * Debugging Hints:: 88 89 * Free Software that Works with RTEMS:: 90 * Resources for Embedded Information:: 89 91 * Hardware to Ease Debugging:: 90 92 @end menu -
doc/FAQ/Makefile
rb44cfb98 r00d11bb7 19 19 20 20 GENERATED_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 22 23 23 24 FILES=$(PROJECT).texi $(GENERATED_FILES) … … 85 86 -n "" ${*}.t 86 87 88 embeddedinfo.texi: embeddedinfo.t Makefile 89 $(BMENU) -c -p "" \ 90 -u "Top" \ 91 -n "" ${*}.t 92 87 93 88 94 hwdebugaids.texi: hwdebugaids.t Makefile
Note: See TracChangeset
for help on using the changeset viewer.