2003-08-30 Ralf Corsepius <corsepius@faw.uni-ulm.de>

* FAQ.texi: include common/rtems.texi.
	* Makefile.am: Reflect changes to $(top_srcdir)/project.am.
	* basic.t: Use RTEMSHTTPURL instead of http://www.rtems.com.
	* build45.t: Use RTEMSPREFIX instead of /opt/rtems.
This commit is contained in:
Ralf Corsepius
2003-08-30 05:36:50 +00:00
parent 278c9c99b5
commit f705def7ae
5 changed files with 12 additions and 5 deletions

View File

@@ -1,3 +1,10 @@
2003-08-30 Ralf Corsepius <corsepius@faw.uni-ulm.de>
* FAQ.texi: include common/rtems.texi.
* Makefile.am: Reflect changes to $(top_srcdir)/project.am.
* basic.t: Use RTEMSHTTPURL instead of http://www.rtems.com.
* build45.t: Use RTEMSPREFIX instead of /opt/rtems.
2003-08-28 Ralf Corsepius <corsepius@faw.uni-ulm.de>
* basic.t, build45.t, tools.t: Reflect new VARS in

View File

@@ -21,6 +21,7 @@
@include version.texi
@include common/setup.texi
@include common/rtems.texi
@ifset use-ascii
@dircategory RTEMS On-Line Manual

View File

@@ -17,8 +17,7 @@ GENERATED_FILES = basic.texi tools.texi concepts.texi build45.texi bsp.texi \
debug.texi freesw.texi embeddedinfo.texi hwdebugaids.texi projects.texi \
endoftime.texi
COMMON_FILES = $(top_srcdir)/common/setup.texi \
$(top_srcdir)/common/cpright.texi
COMMON_FILES += $(top_srcdir)/common/cpright.texi
FILES =

View File

@@ -150,7 +150,7 @@ Yes, but not all are based on standards and the open source philosophy.
@section How can I get RTEMS?
RTEMS is distributed from @uref(http://www.rtems.com,http://www.rtems.com).
RTEMS is distributed from @uref{@value{RTEMSHTTPURL},@value{RTEMSHTTPURL}}.
This is a server dedicated to the RTEMS Project which was donated by and
hosted by @uref{http://www.OARcorp.com,OAR Corporation} to provide
a focal point for all RTEMS activities. Point your
@@ -164,7 +164,7 @@ But if you are already reading this, you probably already found it. :)
RTEMS development and support services are available from a number
of firms. See
@uref(http://www.rtems.com/support.html,http://www.rtems.com/support.html)
@uref{@value{RTEMSHTTPURL}/support.html,@value{RTEMSHTTPURL}/support.html}
for the current list of RTEMS service providers.
Remember that RTEMS maintenance is funded by users. If you are

View File

@@ -155,7 +155,7 @@ Host tools are supposed not to be prefixed.
e.g.: cc, ld, gcc, autoconf, automake, aclocal etc.
If using the pre-built tool binaries provided by the RTEMS project,
simply prepend @code{/opt/rtems/bin} to @code{$PATH}.
simply prepend @code{@value{RTEMSPREFIX}} to @code{$PATH}.
@subsection Can I build RTEMS Canadian Cross?