summaryrefslogtreecommitdiffstats
path: root/doc/started/Makefile
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-10 16:03:26 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-10 16:03:26 +0000
commitbdec27096aeae0838d6ccb62344387c76b2a1086 (patch)
tree206859bf693c89ac7feae70159cf8b92e0be6b8d /doc/started/Makefile
parentmoved supplements under a subdirectory (diff)
downloadrtems-bdec27096aeae0838d6ccb62344387c76b2a1086.tar.bz2
In texinfo nicely with all version dependent information
now in variables and some updates already in place.
Diffstat (limited to 'doc/started/Makefile')
-rw-r--r--doc/started/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/started/Makefile b/doc/started/Makefile
index 2f6a33df62..d3b54d31e1 100644
--- a/doc/started/Makefile
+++ b/doc/started/Makefile
@@ -21,7 +21,7 @@ COMMON_FILES=../common/cpright.texi ../common/setup.texi
GENERATED_FILES= buildc.texi buildrt.texi gdb.texi intro.texi \
require.texi sample.texi
-FILES= $(PROJECT).texi $(GENERATED_FILES)
+FILES= $(PROJECT).texi versions.texi $(GENERATED_FILES)
INFOFILES=$(wildcard $(PROJECT) $(PROJECT)-*)
@@ -44,32 +44,32 @@ $(PROJECT).dvi: $(FILES)
$(TEXI2DVI) -v $(PROJECT).texi
texi2dvi -v $(PROJECT).texi
-intro.texi: intro.t
+intro.texi: intro.t versions.texi
$(BMENU) -c -p "Top" \
-u "Top" \
-n "Requirements" ${*}.t
-require.texi: require.t
+require.texi: require.t versions.texi
$(BMENU) -c -p "Introduction" \
-u "Top" \
-n "Building the GNU C/C++ Cross Compiler Toolset" ${*}.t
-buildc.texi: buildc.t
+buildc.texi: buildc.t versions.texi
$(BMENU) -c -p "Requirements" \
-u "Top" \
-n "Building RTEMS" ${*}.t
-buildrt.texi: buildrt.t
+buildrt.texi: buildrt.t versions.texi
$(BMENU) -c -p "GNU C/C++ cross compiler toolset complete" \
-u "Top" \
-n "Building the Sample Application" ${*}.t
-sample.texi: sample.t
+sample.texi: sample.t versions.texi
$(BMENU) -c -p "Generate RTEMS for a specific target and board support package" \
-u "Top" \
-n "Building the GNU Debugger" ${*}.t
-gdb.texi: gdb.t
+gdb.texi: gdb.t versions.texi
$(BMENU) -c -p "Application executable" \
-u "Top" \
-n "Command and Variable Index" ${*}.t