summaryrefslogtreecommitdiffstats
path: root/doc/supplements/m68k
diff options
context:
space:
mode:
Diffstat (limited to 'doc/supplements/m68k')
-rw-r--r--doc/supplements/m68k/Makefile.am10
-rw-r--r--doc/supplements/m68k/m68k.texi4
-rw-r--r--doc/supplements/m68k/timeMVME136.t2
-rw-r--r--doc/supplements/m68k/timedata.t2
4 files changed, 10 insertions, 8 deletions
diff --git a/doc/supplements/m68k/Makefile.am b/doc/supplements/m68k/Makefile.am
index 51fbd2c884..748327d46b 100644
--- a/doc/supplements/m68k/Makefile.am
+++ b/doc/supplements/m68k/Makefile.am
@@ -18,7 +18,8 @@ GENERATED_FILES = cpumodel.texi callconv.texi memmodel.texi intr.texi \
fatalerr.texi bsp.texi cputable.texi timing.texi wksheets.texi \
timeMVME136.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)/timeMVME136.texi: $(top_srcdir)/common/timetbl.t timeMVME136.t
- cat timeMVME136.t $(top_srcdir)/common/timetbl.t >timeMVME136_.t
+ cat $(srcdir)/timeMVME136.t $(top_srcdir)/common/timetbl.t >timeMVME136_.t
@echo >>timeMVME136_.t
@echo "@tex" >>timeMVME136_.t
@echo "\\global\\advance \\smallskipamount by 4pt" >>timeMVME136_.t
@echo "@end tex" >>timeMVME136_.t
- ${REPLACE2} -p MVME136_TIMES timeMVME136_.t | \
+ ${REPLACE2} -p $(srcdir)/MVME136_TIMES timeMVME136_.t | \
$(BMENU2) -p "Timing Specification Terminology" \
-u "Top" \
-n "Command and Variable Index" > $@
CLEANFILES += timeMVME136_.t
-EXTRA_DIST = MVME136_TIMES *.t
+EXTRA_DIST = MVME136_TIMES bsp.t callconv.t cpumodel.t cputable.t fatalerr.t \
+ intr_NOTIMES.t memmodel.t timeMVME136.t timedata.t
diff --git a/doc/supplements/m68k/m68k.texi b/doc/supplements/m68k/m68k.texi
index 29e175dce3..255b8aa9cc 100644
--- a/doc/supplements/m68k/m68k.texi
+++ b/doc/supplements/m68k/m68k.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/m68k/timeMVME136.t b/doc/supplements/m68k/timeMVME136.t
index 7686dfc5b8..51acd561a9 100644
--- a/doc/supplements/m68k/timeMVME136.t
+++ b/doc/supplements/m68k/timeMVME136.t
@@ -6,7 +6,7 @@
@c $Id$
@c
-@include ../../common/timemac.texi
+@include common/timemac.texi
@tex
\global\advance \smallskipamount by -4pt
@end tex
diff --git a/doc/supplements/m68k/timedata.t b/doc/supplements/m68k/timedata.t
index d050497d41..d09ac0f477 100644
--- a/doc/supplements/m68k/timedata.t
+++ b/doc/supplements/m68k/timedata.t
@@ -6,7 +6,7 @@
@c $Id$
@c
-@include ../../common/timemac.texi
+@include common/timemac.texi
@tex
\global\advance \smallskipamount by -4pt
@end tex