summaryrefslogtreecommitdiffstats
path: root/doc/FAQ/Makefile
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-09-02 14:10:22 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-09-02 14:10:22 +0000
commit9d709f59bd025ce4bcf874309168f779aeacb10e (patch)
tree2d6bbdd9e9809f20819593b622db65f3ee10b14d /doc/FAQ/Makefile
parentLink fixed for CPU Supplements. Reported by Jose Vasconcellos (diff)
downloadrtems-9d709f59bd025ce4bcf874309168f779aeacb10e.tar.bz2
Added BSP chapter to FAQ.
Diffstat (limited to '')
-rw-r--r--doc/FAQ/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/FAQ/Makefile b/doc/FAQ/Makefile
index 0b9f4e75bd..c7388b44fc 100644
--- a/doc/FAQ/Makefile
+++ b/doc/FAQ/Makefile
@@ -18,7 +18,7 @@ dirs:
COMMON_FILES=../common/cpright.texi ../common/setup.texi
GENERATED_FILES= \
- basic.texi tools.texi concepts.texi debug.texi freesw.texi \
+ basic.texi tools.texi concepts.texi bsp.texi debug.texi freesw.texi \
embeddedinfo.texi hwdebugaids.texi
FILES=$(PROJECT).texi $(GENERATED_FILES)
@@ -75,6 +75,11 @@ concepts.texi: concepts.t Makefile
-u "Top" \
-n "" ${*}.t
+bsp.texi: bsp.t Makefile
+ $(BMENU) -c -p "" \
+ -u "Top" \
+ -n "" ${*}.t
+
debug.texi: debug.t Makefile
$(BMENU) -c -p "" \
-u "Top" \