summaryrefslogtreecommitdiffstats
path: root/doc/bsp_howto/Makefile
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-10-12 21:24:52 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-10-12 21:24:52 +0000
commitabfbfa7c5a4e7dd2e0bd3e774d9be41275bacdc1 (patch)
treeac0bbe99a0fa43b6f04e82ac14e900e8224c4ae7 /doc/bsp_howto/Makefile
parentChanged commands for installing numerous files to include $(SRCDIR). (diff)
downloadrtems-abfbfa7c5a4e7dd2e0bd3e774d9be41275bacdc1.tar.bz2
Changed section numbers.
Diffstat (limited to 'doc/bsp_howto/Makefile')
-rw-r--r--doc/bsp_howto/Makefile20
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/bsp_howto/Makefile b/doc/bsp_howto/Makefile
index d258548d73..4bb613362c 100644
--- a/doc/bsp_howto/Makefile
+++ b/doc/bsp_howto/Makefile
@@ -21,7 +21,7 @@ COMMON_FILES=../common/cpright.texi ../common/setup.texi
GENERATED_FILES= clock.texi console.texi init.texi intro.texi \
linkcmds.texi bspstruct.texi makefiles.texi target.texi timer.texi
-FILES= $(PROJECT).texi versions.texi $(GENERATED_FILES)
+FILES= $(PROJECT).texi $(GENERATED_FILES)
INFOFILES=$(wildcard $(PROJECT) $(PROJECT)-*)
@@ -45,47 +45,47 @@ $(PROJECT).dvi: $(FILES)
texi2dvi -v $(PROJECT).texi
intro.texi: intro.t Makefile
- $(BMENU) -c -p "" \
+ $(BMENU) -p "" \
-u "Top" \
-n "" ${*}.t
target.texi: target.t Makefile
- $(BMENU) -c -p "" \
+ $(BMENU) -p "" \
-u "Top" \
-n "" ${*}.t
bspstruct.texi: bspstruct.t Makefile
- $(BMENU) -c -p "" \
+ $(BMENU) -p "" \
-u "Top" \
-n "" ${*}.t
makefiles.texi: makefiles.t Makefile
- $(BMENU) -c -p "" \
+ $(BMENU) -p "" \
-u "Top" \
-n "" ${*}.t
linkcmds.texi: linkcmds.t Makefile
- $(BMENU) -c -p "" \
+ $(BMENU) -p "" \
-u "Top" \
-n "" ${*}.t
init.texi: init.t Makefile
- $(BMENU) -c -p "" \
+ $(BMENU) -p "" \
-u "Top" \
-n "" ${*}.t
clock.texi: clock.t Makefile
- $(BMENU) -c -p "" \
+ $(BMENU) -p "" \
-u "Top" \
-n "" ${*}.t
console.texi: console.t Makefile
- $(BMENU) -c -p "" \
+ $(BMENU) -p "" \
-u "Top" \
-n "" ${*}.t
timer.texi: timer.t Makefile
- $(BMENU) -c -p "" \
+ $(BMENU) -p "" \
-u "Top" \
-n "" ${*}.t