From bdf5fc5516ea4df81eefb511c4e431e5727fb5b6 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sat, 30 Aug 2003 06:10:38 +0000 Subject: [PATCH] 2003-08-30 Ralf Corsepius * 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. --- doc/bsp_howto/ChangeLog | 6 ++++++ doc/bsp_howto/Makefile.am | 3 +-- doc/bsp_howto/bsp_howto.texi | 1 + doc/bsp_howto/target.t | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/doc/bsp_howto/ChangeLog b/doc/bsp_howto/ChangeLog index 742f5d3ee0..2e74ad8432 100644 --- a/doc/bsp_howto/ChangeLog +++ b/doc/bsp_howto/ChangeLog @@ -1,3 +1,9 @@ +2003-08-30 Ralf Corsepius + + * 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 * adaintr.t, ata.t, ide-ctrl.t, target.t: Various typo-fixes, Update diff --git a/doc/bsp_howto/Makefile.am b/doc/bsp_howto/Makefile.am index f26d93ffc5..b5b99ddf04 100644 --- a/doc/bsp_howto/Makefile.am +++ b/doc/bsp_howto/Makefile.am @@ -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 = diff --git a/doc/bsp_howto/bsp_howto.texi b/doc/bsp_howto/bsp_howto.texi index 7c529ce613..6ca1110193 100644 --- a/doc/bsp_howto/bsp_howto.texi +++ b/doc/bsp_howto/bsp_howto.texi @@ -21,6 +21,7 @@ @include version.texi @include common/setup.texi +@include common/rtems.texi @ifset use-ascii @dircategory RTEMS On-Line Manual diff --git a/doc/bsp_howto/target.t b/doc/bsp_howto/target.t index 2f5ae45279..29bd69ff26 100644 --- a/doc/bsp_howto/target.t +++ b/doc/bsp_howto/target.t @@ -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