summaryrefslogtreecommitdiffstats
path: root/doc/started
diff options
context:
space:
mode:
Diffstat (limited to 'doc/started')
-rw-r--r--doc/started/buildc.t27
-rw-r--r--doc/started/nt.t34
2 files changed, 44 insertions, 17 deletions
diff --git a/doc/started/buildc.t b/doc/started/buildc.t
index 12dce7e2cd..e6b733ab04 100644
--- a/doc/started/buildc.t
+++ b/doc/started/buildc.t
@@ -107,17 +107,26 @@ specific patches.
FTP Site: @value{RTEMS-FTPSITE}
Directory: @value{RTEMS-FTPDIR}
File: @value{RTEMS-TAR}
- File: hello_world_c.tgz
- File: bit
@ifset use-html
URL: @href{Download RTEMS components,,,ftp://@value{RTEMS-FTPSITE}@value{RTEMS-FTPDIR}}
@end ifset
@end example
-@subheading RTEMS Specific Tool Patches
+@subheading RTEMS Hello World
+@example
+ FTP Site: @value{RTEMS-FTPSITE}
+ Directory: @value{RTEMS-FTPDIR}
+ File: hello_world_c.tgz
+@ifset use-html
+ URL: @href{Download RTEMS Hello World,,,ftp://@value{RTEMS-FTPSITE}@value{RTEMS-FTPDIR}/hello_world_c.tgz}
+@end ifset
+@end example
+
+@subheading RTEMS Specific Tool Patches and Scripts
@example
FTP Site: @value{RTEMS-FTPSITE}
Directory: @value{RTEMS-FTPDIR}/c_tools
+ File: bit
@ifset BINUTILS-RTEMSPATCH
File: @value{BINUTILS-RTEMSPATCH}
@end ifset
@@ -127,15 +136,9 @@ specific patches.
@ifset GCC-RTEMSPATCH
File: @value{GCC-RTEMSPATCH}
@end ifset
- URL: @href{Download RTEMS patches,,,ftp://@value{RTEMS-FTPSITE}@value{RTEMS-FTPDIR}/c_tools}
-@c Just in case there are ever no patches
-@ifclear BINUTILS-RTEMSPATCH
-@ifclear GCC-RTEMSPATCH
-@ifclear NEWLIB-RTEMSPATCH
- No RTEMS specific patches are required.
-@end ifclear
-@end ifclear
-@end ifclear
+@ifset use-html
+ URL: @href{Download RTEMS Patches and Scripts,,,ftp://@value{RTEMS-FTPSITE}@value{RTEMS-FTPDIR}/c_tools}
+@end ifset
@end example
@section Unarchiving the Tools
diff --git a/doc/started/nt.t b/doc/started/nt.t
index 6de8c1ca63..ff294f68e8 100644
--- a/doc/started/nt.t
+++ b/doc/started/nt.t
@@ -65,7 +65,14 @@ save files with Unix format (so don't use Notepad
nor Wordpad). If you do not have an appropriate
text editor, try @b{Programmers File Editor}, it is
free and very convenient. This editor may be downloaded
-from @href{@value{PFE-FTP},,@value{PFE-FTP}}.
+from:
+
+@ifset use-html
+@href{@value{PFE-FTP},,@value{PFE-FTP}}
+@end ifset
+@ifclear use-html
+@value{PFE-FTP}
+@end ifclear
@subsection Bug in Patch Utility
@@ -76,12 +83,19 @@ Unix format, so a @code{dos2unix}-like command must
be used to put them back into Unix format as shown below:
@example
-dos2unix XXX
+$ dos2unix XYZ
+Dos2Unix: Cleaning file XYZ ...
@end example
The dos2unix utility may be downloaded from:
-@href{@value{DOS2UNIX-FTP},,,@value{DOS2UNIX-FTP}}.
+@ifset use-html
+@href{@value{DOS2UNIX-FTP},,,@value{DOS2UNIX-FTP}}
+@end ifset
+@ifclear use-html
+@value{DOS2UNIX-FTP}
+@end ifclear
+
@subsection Files Needed
@@ -96,10 +110,20 @@ Web browser or ftp client.
@table @b
@item cdk.exe
-@ref{@value{CYGWIN-FTP},,@value{CYGWIN-FTP}}
+@ifset use-html
+@href{@value{CYGWIN-FTP},,@value{CYGWIN-FTP}}
+@end ifset
+@ifclear use-html
+@value{CYGWIN-FTP}
+@end ifclear
@item usertools.exe
-@ref{@value{CYGWIN-FTP},,@value{CYGWIN-FTP}}
+@ifset use-html
+@href{@value{CYGWIN-FTP},,@value{CYGWIN-FTP}}
+@end ifset
+@ifclear use-html
+@value{CYGWIN-FTP}
+@end ifclear
@end table