summaryrefslogtreecommitdiffstats
path: root/doc/started/Makefile
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-13 15:31:56 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-13 15:31:56 +0000
commit79bb9221a7c2cc725a16f455996a582197a30aa1 (patch)
treedcca66186e6d8ed25021a644979e1553a5e9d295 /doc/started/Makefile
parentNew file based on Word document from Geoffroy Montel <g_montel@yahoo.com> (diff)
downloadrtems-79bb9221a7c2cc725a16f455996a582197a30aa1.tar.bz2
Added Cygwin32 Chapter
Diffstat (limited to 'doc/started/Makefile')
-rw-r--r--doc/started/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/started/Makefile b/doc/started/Makefile
index 880c87ae31..e285513ebf 100644
--- a/doc/started/Makefile
+++ b/doc/started/Makefile
@@ -19,7 +19,7 @@ dirs:
COMMON_FILES=../common/cpright.texi ../common/setup.texi
GENERATED_FILES= buildc.texi buildrt.texi gdb.texi intro.texi \
- require.texi sample.texi
+ nt.texi require.texi sample.texi
FILES= $(PROJECT).texi versions.texi $(GENERATED_FILES)
@@ -72,6 +72,11 @@ sample.texi: sample.t versions.texi
gdb.texi: gdb.t versions.texi
$(BMENU) -c -p "Application Executable" \
-u "Top" \
+ -n "Using MS-Windows as a Development Host" ${*}.t
+
+nt.texi: nt.t versions.texi
+ $(BMENU) -c -p "GDB for DINK32" \
+ -u "Top" \
-n "" ${*}.t
html: dirs $(FILES)