summaryrefslogtreecommitdiffstats
path: root/doc/supplements/sh
diff options
context:
space:
mode:
Diffstat (limited to 'doc/supplements/sh')
-rw-r--r--doc/supplements/sh/Makefile.am10
-rw-r--r--doc/supplements/sh/sh.texi4
-rw-r--r--doc/supplements/sh/timeBSP.t2
3 files changed, 9 insertions, 7 deletions
diff --git a/doc/supplements/sh/Makefile.am b/doc/supplements/sh/Makefile.am
index 962f7e66db..4f84da7e36 100644
--- a/doc/supplements/sh/Makefile.am
+++ b/doc/supplements/sh/Makefile.am
@@ -18,7 +18,8 @@ GENERATED_FILES = cpumodel.texi callconv.texi memmodel.texi intr.texi \
fatalerr.texi bsp.texi cputable.texi wksheets.texi timing.texi \
timeBSP.texi
-COMMON_FILES = $(top_srcdir)/common/setup.texi $(top_srcdir)/common/cpright.texi
+COMMON_FILES = $(top_srcdir)/common/setup.texi \
+ $(top_srcdir)/common/cpright.texi $(top_srcdir)/common/timemac.texi
FILES = preface.texi
@@ -95,15 +96,16 @@ $(srcdir)/timing.texi: $(top_srcdir)/common/timing.t
# 3. Build Node Structure
$(srcdir)/timeBSP.texi: $(top_srcdir)/common/timetbl.t timeBSP.t
- cat timeBSP.t $(top_srcdir)/common/timetbl.t >timeBSP_.t
+ cat $(srcdir)/timeBSP.t $(top_srcdir)/common/timetbl.t >timeBSP_.t
@echo >>timeBSP_.t
@echo "@tex" >>timeBSP_.t
@echo "\\global\\advance \\smallskipamount by 4pt" >>timeBSP_.t
@echo "@end tex" >>timeBSP_.t
- ${REPLACE2} -p BSP_TIMES timeBSP_.t | \
+ ${REPLACE2} -p $(srcdir)/BSP_TIMES timeBSP_.t | \
$(BMENU2) -p "Timing Specification Terminology" \
-u "Top" \
-n "Command and Variable Index" > $@
CLEANFILES += timeBSP_.t
-EXTRA_DIST = BSP_TIMES *.t
+EXTRA_DIST = BSP_TIMES bsp.t callconv.t cpumodel.t cputable.t fatalerr.t \
+ intr_NOTIMES.t memmodel.t timeBSP.t
diff --git a/doc/supplements/sh/sh.texi b/doc/supplements/sh/sh.texi
index 23e3a90223..22b8b2974d 100644
--- a/doc/supplements/sh/sh.texi
+++ b/doc/supplements/sh/sh.texi
@@ -20,7 +20,7 @@
@c
@include version.texi
-@include ../../common/setup.texi
+@include common/setup.texi
@ifset use-ascii
@dircategory RTEMS Target Supplements
@@ -50,7 +50,7 @@
@author On-Line Applications Research Corporation
@page
-@include ../../common/cpright.texi
+@include common/cpright.texi
@end titlepage
@c This prevents a black box from being printed on "overflow" lines.
diff --git a/doc/supplements/sh/timeBSP.t b/doc/supplements/sh/timeBSP.t
index f8cafd5f89..a64dc93ca9 100644
--- a/doc/supplements/sh/timeBSP.t
+++ b/doc/supplements/sh/timeBSP.t
@@ -6,7 +6,7 @@
@c $Id$
@c
-@include ../../common/timemac.texi
+@include common/timemac.texi
@tex
\global\advance \smallskipamount by -4pt
@end tex