summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-08-30 06:10:38 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-08-30 06:10:38 +0000
commitbdf5fc5516ea4df81eefb511c4e431e5727fb5b6 (patch)
tree0e5ad9b27e32698075ed54d14b1d5ec8727cba8a /doc
parent2003-08-30 Ralf Corsepius <corsepius@faw.uni-ulm.de> (diff)
downloadrtems-bdf5fc5516ea4df81eefb511c4e431e5727fb5b6.tar.bz2
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.
Diffstat (limited to 'doc')
-rw-r--r--doc/bsp_howto/ChangeLog6
-rw-r--r--doc/bsp_howto/Makefile.am3
-rw-r--r--doc/bsp_howto/bsp_howto.texi1
-rw-r--r--doc/bsp_howto/target.t2
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 <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
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