summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-10-20 16:24:46 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-10-20 16:24:46 +0000
commit3912f391597f28b84636df2dae82cf983626460a (patch)
tree6071b22fe2ec5122d2e71a3ff3a82ab8a62b33ce /doc
parentSpacing changed. (diff)
downloadrtems-3912f391597f28b84636df2dae82cf983626460a.tar.bz2
Added some links between chapters.
Diffstat (limited to 'doc')
-rw-r--r--doc/bsp_howto/Makefile17
1 files changed, 8 insertions, 9 deletions
diff --git a/doc/bsp_howto/Makefile b/doc/bsp_howto/Makefile
index c7fd9a3fb6..f1796b2de2 100644
--- a/doc/bsp_howto/Makefile
+++ b/doc/bsp_howto/Makefile
@@ -47,10 +47,9 @@ $(PROJECT).dvi: $(FILES)
texi2dvi -v $(PROJECT).texi
html: dirs $(FILES)
- @echo NOT BUILDING HTML
- #-mkdir -p $(WWW_INSTALL)/$(PROJECT)
- #$(TEXI2WWW) $(TEXI2WWW_ARGS) -dir $(WWW_INSTALL)/$(PROJECT) \
- # $(PROJECT).texi
+ -mkdir -p $(WWW_INSTALL)/$(PROJECT)
+ $(TEXI2WWW) $(TEXI2WWW_ARGS) -dir $(WWW_INSTALL)/$(PROJECT) \
+ $(PROJECT).texi
clean:
rm -f *.o $(PROG) *.txt core
@@ -63,17 +62,17 @@ clean:
#
intro.texi: intro.t Makefile
- $(BMENU) -p "" \
+ $(BMENU) -p "Top" \
-u "Top" \
- -n "" ${*}.t
+ -n "Target Dependent Files" ${*}.t
target.texi: target.t Makefile
- $(BMENU) -p "" \
+ $(BMENU) -p "Introduction" \
-u "Top" \
- -n "" ${*}.t
+ -n "Makefiles" ${*}.t
makefiles.texi: makefiles.t Makefile
- $(BMENU) -p "" \
+ $(BMENU) -p "Target Dependent Files Board Support Package Structure" \
-u "Top" \
-n "" ${*}.t