summaryrefslogtreecommitdiffstats
path: root/doc/bsp_howto/Makefile
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-28 13:21:53 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-28 13:21:53 +0000
commit07b3693f175a0a601a53cba656940aaec8bd9949 (patch)
treebb3e6b3f60fba2580b8315e7f24374b70b218d61 /doc/bsp_howto/Makefile
parentNew file (diff)
downloadrtems-07b3693f175a0a601a53cba656940aaec8bd9949.tar.bz2
Base files
Diffstat (limited to 'doc/bsp_howto/Makefile')
-rw-r--r--doc/bsp_howto/Makefile58
1 files changed, 33 insertions, 25 deletions
diff --git a/doc/bsp_howto/Makefile b/doc/bsp_howto/Makefile
index 39b0b0d1f6..d258548d73 100644
--- a/doc/bsp_howto/Makefile
+++ b/doc/bsp_howto/Makefile
@@ -6,7 +6,7 @@
# $Id$
#
-PROJECT=started
+PROJECT=bsp_howto
DISTRIBUTION_LEVEL=public
include ../Make.config
@@ -18,8 +18,8 @@ dirs:
COMMON_FILES=../common/cpright.texi ../common/setup.texi
-GENERATED_FILES= buildc.texi buildrt.texi gdb.texi intro.texi \
- nt.texi require.texi sample.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)
@@ -44,45 +44,53 @@ $(PROJECT).dvi: $(FILES)
$(TEXI2DVI) -v $(PROJECT).texi
texi2dvi -v $(PROJECT).texi
-intro.texi: intro.t versions.texi
- $(BMENU) -c -p "Top" \
+intro.texi: intro.t Makefile
+ $(BMENU) -c -p "" \
-u "Top" \
- -n "Requirements" ${*}.t
+ -n "" ${*}.t
+
+target.texi: target.t Makefile
+ $(BMENU) -c -p "" \
+ -u "Top" \
+ -n "" ${*}.t
+
+bspstruct.texi: bspstruct.t Makefile
+ $(BMENU) -c -p "" \
+ -u "Top" \
+ -n "" ${*}.t
-require.texi: require.t versions.texi
- $(BMENU) -c -p "EGCS Mailing List" \
+makefiles.texi: makefiles.t Makefile
+ $(BMENU) -c -p "" \
-u "Top" \
- -n "Building the GNU C/C++ Cross Compiler Toolset" ${*}.t
+ -n "" ${*}.t
-buildc.texi: buildc.t versions.texi
- $(BMENU) -c -p "Requirements" \
+linkcmds.texi: linkcmds.t Makefile
+ $(BMENU) -c -p "" \
-u "Top" \
- -n "Building RTEMS" ${*}.t
+ -n "" ${*}.t
-buildrt.texi: buildrt.t versions.texi
- $(BMENU) -c -p "Running the bit Script" \
+init.texi: init.t Makefile
+ $(BMENU) -c -p "" \
-u "Top" \
- -n "Building the Sample Application" ${*}.t
+ -n "" ${*}.t
-sample.texi: sample.t versions.texi
- $(BMENU) -c -p "Generate RTEMS for a Specific Target and BSP" \
+clock.texi: clock.t Makefile
+ $(BMENU) -c -p "" \
-u "Top" \
- -n "Building the GNU Debugger" ${*}.t
+ -n "" ${*}.t
-gdb.texi: gdb.t versions.texi
- $(BMENU) -c -p "Application Executable" \
+console.texi: console.t Makefile
+ $(BMENU) -c -p "" \
-u "Top" \
- -n "Using MS-Windows as a Development Host" ${*}.t
+ -n "" ${*}.t
-nt.texi: nt.t versions.texi
- $(BMENU) -c -p "GDB for DINK32" \
+timer.texi: timer.t Makefile
+ $(BMENU) -c -p "" \
-u "Top" \
-n "" ${*}.t
html: dirs $(FILES)
-mkdir -p $(WWW_INSTALL)/$(PROJECT)
- -cp pictures/sfile12c.jpg $(WWW_INSTALL)/$(PROJECT)
- -cp pictures/bit_c.jpg $(WWW_INSTALL)/$(PROJECT)
$(TEXI2WWW) $(TEXI2WWW_ARGS) -dir $(WWW_INSTALL)/$(PROJECT) \
$(PROJECT).texi