summaryrefslogtreecommitdiffstats
path: root/doc/started/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'doc/started/Makefile')
-rw-r--r--doc/started/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/started/Makefile b/doc/started/Makefile
index 700ae4301b..fbe2f39ee3 100644
--- a/doc/started/Makefile
+++ b/doc/started/Makefile
@@ -17,7 +17,7 @@ dirs:
COMMON_FILES=../common/cpright.texi ../common/setup.texi
-GENERATED_FILES= buildc.texi buildrt.texi gdb.texi intro.texi \
+GENERATED_FILES= binaries.texi buildc.texi buildrt.texi gdb.texi intro.texi \
nt.texi require.texi sample.texi
FILES= $(PROJECT).texi versions.texi $(GENERATED_FILES)
@@ -55,10 +55,15 @@ intro.texi: intro.t versions.texi
require.texi: require.t versions.texi
$(BMENU) -c -p "EGCS Mailing List" \
-u "Top" \
+ -n "Prebuilt Toolset Executables" ${*}.t
+
+binaries.texi: binaries.t versions.texi
+ $(BMENU) -c -p "GNU makeinfo Version Requirements" \
+ -u "Top" \
-n "Building the GNU C/C++ Cross Compiler Toolset" ${*}.t
buildc.texi: buildc.t versions.texi
- $(BMENU) -c -p "GNU makeinfo Version Requirements" \
+ $(BMENU) -c -p "Removing RPMs" \
-u "Top" \
-n "Building RTEMS" ${*}.t