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

* bsp_howto.texi: include common/rtems.texi.
	* Makefile.am: Reflect changes to $(top_srcdir)/project.am.
	* target.t: Use RTEMSHTTPURL instead of www.rtems.com.
This commit is contained in:
Ralf Corsepius
2003-08-30 06:10:38 +00:00
parent c074c9fd69
commit bdf5fc5516
4 changed files with 9 additions and 3 deletions

View File

@@ -1,3 +1,9 @@
2003-08-30 Ralf Corsepius <corsepius@faw.uni-ulm.de>
* bsp_howto.texi: include common/rtems.texi.
* Makefile.am: Reflect changes to $(top_srcdir)/project.am.
* target.t: Use RTEMSHTTPURL instead of www.rtems.com.
2003-05-21 Ralf corsepius <corsepiu@faw.uni-ulm.de>
* adaintr.t, ata.t, ide-ctrl.t, target.t: Various typo-fixes, Update

View File

@@ -18,8 +18,7 @@ GENERATED_FILES = intro.texi target.texi makefiles.texi linkcmds.texi \
rtc.texi ata.texi ide-ctrl.texi nvmem.texi network.texi shmsupp.texi \
analog.texi discrete.texi
COMMON_FILES = $(top_srcdir)/common/setup.texi \
$(top_srcdir)/common/cpright.texi
COMMON_FILES += $(top_srcdir)/common/cpright.texi
FILES =

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

@@ -105,7 +105,7 @@ Otherwise both CPU dependent code and the BSP will have to be written.
This type of development often requires specialized skills. If
you need help in making these modifications to RTEMS, please
consider using one of the RTEMS Service Providers. The current
list of these is at @uref(http://www.rtems.com/support.html}.
list of these is at @uref{@value{RTEMSHTTPURL}/support.html}.
@section CPU Dependent Executive Files