Corrected paths after moving all supplements into a subdirectory.

This commit is contained in:
Joel Sherrill
1998-04-11 15:20:22 +00:00
parent c0f503a291
commit 2aaac52858
22 changed files with 82 additions and 82 deletions

View File

@@ -9,17 +9,17 @@
PROJECT=hppa1_1 PROJECT=hppa1_1
DISTRIBUTION_LEVEL=support DISTRIBUTION_LEVEL=support
include ../Make.config include ../../Make.config
REPLACE=../tools/word-replace REPLACE=../../tools/word-replace
all: html info ps all: html info ps
dirs: dirs:
$(make-dirs) $(make-dirs)
COMMON_FILES=../common/cpright.texi ../common/setup.texi \ COMMON_FILES=../../common/cpright.texi ../../common/setup.texi \
../common/timing.texi ../../common/timing.texi
FILES= $(PROJECT).texi \ FILES= $(PROJECT).texi \
bsp.texi callconv.texi cpumodel.texi cputable.texi fatalerr.texi \ bsp.texi callconv.texi cpumodel.texi cputable.texi fatalerr.texi \
@@ -47,9 +47,9 @@ intr.texi: intr.t TIMES
${REPLACE} -p TIMES intr.t ${REPLACE} -p TIMES intr.t
mv intr.t.fixed intr.texi mv intr.t.fixed intr.texi
timetbl.t: ../common/timetbl.t timetbl.t: ../../common/timetbl.t
sed -e 's/TIMETABLE_NEXT_LINK/Command and Variable Index/' \ sed -e 's/TIMETABLE_NEXT_LINK/Command and Variable Index/' \
<../common/timetbl.t >timetbl.t <../../common/timetbl.t >timetbl.t
timetbl.texi: timetbl.t TIMES timetbl.texi: timetbl.t TIMES
${REPLACE} -p TIMES timetbl.t ${REPLACE} -p TIMES timetbl.t
@@ -59,10 +59,10 @@ timedata.texi: timedata.t TIMES
${REPLACE} -p TIMES timedata.t ${REPLACE} -p TIMES timedata.t
mv timedata.t.fixed timedata.texi mv timedata.t.fixed timedata.texi
wksheets.t: ../common/wksheets.t wksheets.t: ../../common/wksheets.t
sed -e 's/WORKSHEETS_PREVIOUS_LINK/Processor Dependent Information Table CPU Dependent Information Table/' \ sed -e 's/WORKSHEETS_PREVIOUS_LINK/Processor Dependent Information Table CPU Dependent Information Table/' \
-e 's/WORKSHEETS_NEXT_LINK/HP-7100 Timing Data/' \ -e 's/WORKSHEETS_NEXT_LINK/HP-7100 Timing Data/' \
<../common/wksheets.t >wksheets.t <../../common/wksheets.t >wksheets.t
wksheets.texi: wksheets.t TIMES wksheets.texi: wksheets.t TIMES
${REPLACE} -p TIMES wksheets.t ${REPLACE} -p TIMES wksheets.t

View File

@@ -1,4 +1,4 @@
\input ../texinfo/texinfo @c -*-texinfo-*- \input ../../texinfo/texinfo @c -*-texinfo-*-
@c %**start of header @c %**start of header
@setfilename c_hppa1_1 @setfilename c_hppa1_1
@syncodeindex vr fn @syncodeindex vr fn
@@ -19,7 +19,7 @@
@c Master file for the Hewlett Packard PA-RISC Applications Supplement @c Master file for the Hewlett Packard PA-RISC Applications Supplement
@c @c
@include ../common/setup.texi @include ../../common/setup.texi
@ignore @ignore
@ifinfo @ifinfo
@@ -56,7 +56,7 @@ END-INFO-DIR-ENTRY
@subtitle @value{update-month} @subtitle @value{update-month}
@author On-Line Applications Research Corporation @author On-Line Applications Research Corporation
@page @page
@include ../common/cpright.texi @include ../../common/cpright.texi
@end titlepage @end titlepage
@c This prevents a black box from being printed on "overflow" lines. @c This prevents a black box from being printed on "overflow" lines.
@@ -71,7 +71,7 @@ END-INFO-DIR-ENTRY
@include bsp.texi @include bsp.texi
@include cputable.texi @include cputable.texi
@include wksheets.texi @include wksheets.texi
@include ../common/timing.texi @include ../../common/timing.texi
@include timedata.texi @include timedata.texi
@ifinfo @ifinfo
@node Top, Preface, (dir), (dir) @node Top, Preface, (dir), (dir)

View File

@@ -9,17 +9,17 @@
PROJECT=i386 PROJECT=i386
DISTRIBUTION_LEVEL=support DISTRIBUTION_LEVEL=support
include ../Make.config include ../../Make.config
REPLACE=../tools/word-replace REPLACE=../../tools/word-replace
all: html info ps all: html info ps
dirs: dirs:
$(make-dirs) $(make-dirs)
COMMON_FILES=../common/cpright.texi ../common/setup.texi \ COMMON_FILES=../../common/cpright.texi ../../common/setup.texi \
../common/timing.texi ../../common/timing.texi
FILES= $(PROJECT).texi \ FILES= $(PROJECT).texi \
bsp.texi callconv.texi cpumodel.texi cputable.texi fatalerr.texi \ bsp.texi callconv.texi cpumodel.texi cputable.texi fatalerr.texi \
@@ -47,9 +47,9 @@ intr.texi: intr.t FORCE386_TIMES
${REPLACE} -p FORCE386_TIMES intr.t ${REPLACE} -p FORCE386_TIMES intr.t
mv intr.t.fixed intr.texi mv intr.t.fixed intr.texi
timetbl.t: ../common/timetbl.t timetbl.t: ../../common/timetbl.t
sed -e 's/TIMETABLE_NEXT_LINK/Command and Variable Index/' \ sed -e 's/TIMETABLE_NEXT_LINK/Command and Variable Index/' \
<../common/timetbl.t >timetbl.t <../../common/timetbl.t >timetbl.t
timetbl.texi: timetbl.t FORCE386_TIMES timetbl.texi: timetbl.t FORCE386_TIMES
${REPLACE} -p FORCE386_TIMES timetbl.t ${REPLACE} -p FORCE386_TIMES timetbl.t
@@ -59,10 +59,10 @@ timedata.texi: timedata.t FORCE386_TIMES
${REPLACE} -p FORCE386_TIMES timedata.t ${REPLACE} -p FORCE386_TIMES timedata.t
mv timedata.t.fixed timedata.texi mv timedata.t.fixed timedata.texi
wksheets.t: ../common/wksheets.t wksheets.t: ../../common/wksheets.t
sed -e 's/WORKSHEETS_PREVIOUS_LINK/Processor Dependent Information Table CPU Dependent Information Table/' \ sed -e 's/WORKSHEETS_PREVIOUS_LINK/Processor Dependent Information Table CPU Dependent Information Table/' \
-e 's/WORKSHEETS_NEXT_LINK/i386 Timing Data/' \ -e 's/WORKSHEETS_NEXT_LINK/i386 Timing Data/' \
<../common/wksheets.t >wksheets.t <../../common/wksheets.t >wksheets.t
wksheets.texi: wksheets.t FORCE386_TIMES wksheets.texi: wksheets.t FORCE386_TIMES
${REPLACE} -p FORCE386_TIMES wksheets.t ${REPLACE} -p FORCE386_TIMES wksheets.t

View File

@@ -1,4 +1,4 @@
\input ../texinfo/texinfo @c -*-texinfo-*- \input ../../texinfo/texinfo @c -*-texinfo-*-
@c %**start of header @c %**start of header
@setfilename c_i386 @setfilename c_i386
@syncodeindex vr fn @syncodeindex vr fn
@@ -19,7 +19,7 @@
@c Master file for the Intel i386 Applications Supplement @c Master file for the Intel i386 Applications Supplement
@c @c
@include ../common/setup.texi @include ../../common/setup.texi
@ignore @ignore
@ifinfo @ifinfo
@@ -56,7 +56,7 @@ END-INFO-DIR-ENTRY
@subtitle @value{update-month} @subtitle @value{update-month}
@author On-Line Applications Research Corporation @author On-Line Applications Research Corporation
@page @page
@include ../common/cpright.texi @include ../../common/cpright.texi
@end titlepage @end titlepage
@c This prevents a black box from being printed on "overflow" lines. @c This prevents a black box from being printed on "overflow" lines.
@@ -71,7 +71,7 @@ END-INFO-DIR-ENTRY
@include bsp.texi @include bsp.texi
@include cputable.texi @include cputable.texi
@include wksheets.texi @include wksheets.texi
@include ../common/timing.texi @include ../../common/timing.texi
@include timedata.texi @include timedata.texi
@ifinfo @ifinfo
@node Top, Preface, (dir), (dir) @node Top, Preface, (dir), (dir)

View File

@@ -6,7 +6,7 @@
@c $Id$ @c $Id$
@c @c
@include ../common/timemac.texi @include ../../common/timemac.texi
@tex @tex
\global\advance \smallskipamount by -4pt \global\advance \smallskipamount by -4pt
@end tex @end tex

View File

@@ -6,7 +6,7 @@
@c $Id$ @c $Id$
@c @c
@include ../common/timemac.texi @include ../../common/timemac.texi
@tex @tex
\global\advance \smallskipamount by -4pt \global\advance \smallskipamount by -4pt
@end tex @end tex

View File

@@ -9,17 +9,17 @@
PROJECT=i960 PROJECT=i960
DISTRIBUTION_LEVEL=support DISTRIBUTION_LEVEL=support
include ../Make.config include ../../Make.config
REPLACE=../tools/word-replace REPLACE=../../tools/word-replace
all: html info ps all: html info ps
dirs: dirs:
$(make-dirs) $(make-dirs)
COMMON_FILES=../common/cpright.texi ../common/setup.texi \ COMMON_FILES=../../common/cpright.texi ../../common/setup.texi \
../common/timing.texi ../../common/timing.texi
FILES= $(PROJECT).texi \ FILES= $(PROJECT).texi \
bsp.texi callconv.texi cpumodel.texi cputable.texi fatalerr.texi \ bsp.texi callconv.texi cpumodel.texi cputable.texi fatalerr.texi \
@@ -47,9 +47,9 @@ intr.texi: intr.t CVME961_TIMES
${REPLACE} -p CVME961_TIMES intr.t ${REPLACE} -p CVME961_TIMES intr.t
mv intr.t.fixed intr.texi mv intr.t.fixed intr.texi
timetbl.t: ../common/timetbl.t timetbl.t: ../../common/timetbl.t
sed -e 's/TIMETABLE_NEXT_LINK/Command and Variable Index/' \ sed -e 's/TIMETABLE_NEXT_LINK/Command and Variable Index/' \
<../common/timetbl.t >timetbl.t <../../common/timetbl.t >timetbl.t
timetbl.texi: timetbl.t CVME961_TIMES timetbl.texi: timetbl.t CVME961_TIMES
${REPLACE} -p CVME961_TIMES timetbl.t ${REPLACE} -p CVME961_TIMES timetbl.t
@@ -59,10 +59,10 @@ timedata.texi: timedata.t CVME961_TIMES
${REPLACE} -p CVME961_TIMES timedata.t ${REPLACE} -p CVME961_TIMES timedata.t
mv timedata.t.fixed timedata.texi mv timedata.t.fixed timedata.texi
wksheets.t: ../common/wksheets.t wksheets.t: ../../common/wksheets.t
sed -e 's/WORKSHEETS_PREVIOUS_LINK/Processor Dependent Information Table CPU Dependent Information Table/' \ sed -e 's/WORKSHEETS_PREVIOUS_LINK/Processor Dependent Information Table CPU Dependent Information Table/' \
-e 's/WORKSHEETS_NEXT_LINK/i960CA Timing Data/' \ -e 's/WORKSHEETS_NEXT_LINK/i960CA Timing Data/' \
<../common/wksheets.t >wksheets.t <../../common/wksheets.t >wksheets.t
wksheets.texi: wksheets.t CVME961_TIMES wksheets.texi: wksheets.t CVME961_TIMES
${REPLACE} -p CVME961_TIMES wksheets.t ${REPLACE} -p CVME961_TIMES wksheets.t

View File

@@ -1,4 +1,4 @@
\input ../texinfo/texinfo @c -*-texinfo-*- \input ../../texinfo/texinfo @c -*-texinfo-*-
@c %**start of header @c %**start of header
@setfilename c_i960 @setfilename c_i960
@syncodeindex vr fn @syncodeindex vr fn
@@ -19,7 +19,7 @@
@c Master file for the Intel i960 Applications Supplement @c Master file for the Intel i960 Applications Supplement
@c @c
@include ../common/setup.texi @include ../../common/setup.texi
@ignore @ignore
@ifinfo @ifinfo
@@ -56,7 +56,7 @@ END-INFO-DIR-ENTRY
@subtitle @value{update-month} @subtitle @value{update-month}
@author On-Line Applications Research Corporation @author On-Line Applications Research Corporation
@page @page
@include ../common/cpright.texi @include ../../common/cpright.texi
@end titlepage @end titlepage
@c This prevents a black box from being printed on "overflow" lines. @c This prevents a black box from being printed on "overflow" lines.
@@ -71,7 +71,7 @@ END-INFO-DIR-ENTRY
@include bsp.texi @include bsp.texi
@include cputable.texi @include cputable.texi
@include wksheets.texi @include wksheets.texi
@include ../common/timing.texi @include ../../common/timing.texi
@include timedata.texi @include timedata.texi
@ifinfo @ifinfo
@node Top, Preface, (dir), (dir) @node Top, Preface, (dir), (dir)

View File

@@ -6,7 +6,7 @@
@c $Id$ @c $Id$
@c @c
@include ../common/timemac.texi @include ../../common/timemac.texi
@tex @tex
\global\advance \smallskipamount by -4pt \global\advance \smallskipamount by -4pt
@end tex @end tex

View File

@@ -6,7 +6,7 @@
@c $Id$ @c $Id$
@c @c
@include ../common/timemac.texi @include ../../common/timemac.texi
@tex @tex
\global\advance \smallskipamount by -4pt \global\advance \smallskipamount by -4pt
@end tex @end tex

View File

@@ -9,17 +9,17 @@
PROJECT=m68k PROJECT=m68k
DISTRIBUTION_LEVEL=support DISTRIBUTION_LEVEL=support
include ../Make.config include ../../Make.config
REPLACE=../tools/word-replace REPLACE=../../tools/word-replace
all: html info ps all: html info ps
dirs: dirs:
$(make-dirs) $(make-dirs)
COMMON_FILES=../common/cpright.texi ../common/setup.texi \ COMMON_FILES=../../common/cpright.texi ../../common/setup.texi \
../common/timing.texi ../../common/timing.texi
FILES= $(PROJECT).texi \ FILES= $(PROJECT).texi \
bsp.texi callconv.texi cpumodel.texi cputable.texi fatalerr.texi \ bsp.texi callconv.texi cpumodel.texi cputable.texi fatalerr.texi \
@@ -47,9 +47,9 @@ intr.texi: intr.t MVME136_TIMES
${REPLACE} -p MVME136_TIMES intr.t ${REPLACE} -p MVME136_TIMES intr.t
mv intr.t.fixed intr.texi mv intr.t.fixed intr.texi
timetbl.t: ../common/timetbl.t timetbl.t: ../../common/timetbl.t
sed -e 's/TIMETABLE_NEXT_LINK/Command and Variable Index/' \ sed -e 's/TIMETABLE_NEXT_LINK/Command and Variable Index/' \
<../common/timetbl.t >timetbl.t <../../common/timetbl.t >timetbl.t
timetbl.texi: timetbl.t MVME136_TIMES timetbl.texi: timetbl.t MVME136_TIMES
${REPLACE} -p MVME136_TIMES timetbl.t ${REPLACE} -p MVME136_TIMES timetbl.t
@@ -59,10 +59,10 @@ timedata.texi: timedata.t MVME136_TIMES
${REPLACE} -p MVME136_TIMES timedata.t ${REPLACE} -p MVME136_TIMES timedata.t
mv timedata.t.fixed timedata.texi mv timedata.t.fixed timedata.texi
wksheets.t: ../common/wksheets.t wksheets.t: ../../common/wksheets.t
sed -e 's/WORKSHEETS_PREVIOUS_LINK/Processor Dependent Information Table CPU Dependent Information Table/' \ sed -e 's/WORKSHEETS_PREVIOUS_LINK/Processor Dependent Information Table CPU Dependent Information Table/' \
-e 's/WORKSHEETS_NEXT_LINK/MC68020 Timing Data/' \ -e 's/WORKSHEETS_NEXT_LINK/MC68020 Timing Data/' \
<../common/wksheets.t >wksheets.t <../../common/wksheets.t >wksheets.t
wksheets.texi: wksheets.t MVME136_TIMES wksheets.texi: wksheets.t MVME136_TIMES
${REPLACE} -p MVME136_TIMES wksheets.t ${REPLACE} -p MVME136_TIMES wksheets.t

View File

@@ -1,4 +1,4 @@
\input ../texinfo/texinfo @c -*-texinfo-*- \input ../../texinfo/texinfo @c -*-texinfo-*-
@c %**start of header @c %**start of header
@setfilename c_m68k @setfilename c_m68k
@syncodeindex vr fn @syncodeindex vr fn
@@ -19,7 +19,7 @@
@c Master file for the Motorola MC68xxx Applications Supplement @c Master file for the Motorola MC68xxx Applications Supplement
@c @c
@include ../common/setup.texi @include ../../common/setup.texi
@ignore @ignore
@ifinfo @ifinfo
@@ -57,7 +57,7 @@ END-INFO-DIR-ENTRY
@author On-Line Applications Research Corporation @author On-Line Applications Research Corporation
@page @page
@include ../common/cpright.texi @include ../../common/cpright.texi
@end titlepage @end titlepage
@c This prevents a black box from being printed on "overflow" lines. @c This prevents a black box from being printed on "overflow" lines.
@@ -72,7 +72,7 @@ END-INFO-DIR-ENTRY
@include bsp.texi @include bsp.texi
@include cputable.texi @include cputable.texi
@include wksheets.texi @include wksheets.texi
@include ../common/timing.texi @include ../../common/timing.texi
@include timedata.texi @include timedata.texi
@ifinfo @ifinfo
@node Top, Preface, (dir), (dir) @node Top, Preface, (dir), (dir)

View File

@@ -6,7 +6,7 @@
@c $Id$ @c $Id$
@c @c
@include ../common/timemac.texi @include ../../common/timemac.texi
@tex @tex
\global\advance \smallskipamount by -4pt \global\advance \smallskipamount by -4pt
@end tex @end tex

View File

@@ -6,7 +6,7 @@
@c $Id$ @c $Id$
@c @c
@include ../common/timemac.texi @include ../../common/timemac.texi
@tex @tex
\global\advance \smallskipamount by -4pt \global\advance \smallskipamount by -4pt
@end tex @end tex

View File

@@ -9,17 +9,17 @@
PROJECT=powerpc PROJECT=powerpc
DISTRIBUTION_LEVEL=internal DISTRIBUTION_LEVEL=internal
include ../Make.config include ../../Make.config
REPLACE=../tools/word-replace REPLACE=../../tools/word-replace
all: html info ps all: html info ps
dirs: dirs:
$(make-dirs) $(make-dirs)
COMMON_FILES=../common/cpright.texi ../common/setup.texi \ COMMON_FILES=../../common/cpright.texi ../../common/setup.texi \
../common/timing.texi ../../common/timing.texi
FILES= $(PROJECT).texi \ FILES= $(PROJECT).texi \
bsp.texi callconv.texi cpumodel.texi cputable.texi fatalerr.texi \ bsp.texi callconv.texi cpumodel.texi cputable.texi fatalerr.texi \
@@ -49,9 +49,9 @@ intr.texi: intr.t PSIM_TIMES
${REPLACE} -p PSIM_TIMES intr.t ${REPLACE} -p PSIM_TIMES intr.t
mv intr.t.fixed intr.texi mv intr.t.fixed intr.texi
timetbl.t: ../common/timetbl.t timetbl.t: ../../common/timetbl.t
sed -e 's/TIMETABLE_NEXT_LINK/Command and Variable Index/' \ sed -e 's/TIMETABLE_NEXT_LINK/Command and Variable Index/' \
<../common/timetbl.t >timetbl.t <../../common/timetbl.t >timetbl.t
timetbl.texi: timetbl.t PSIM_TIMES timetbl.texi: timetbl.t PSIM_TIMES
${REPLACE} -p PSIM_TIMES timetbl.t ${REPLACE} -p PSIM_TIMES timetbl.t
@@ -61,10 +61,10 @@ timedata.texi: timedata.t PSIM_TIMES
${REPLACE} -p PSIM_TIMES timedata.t ${REPLACE} -p PSIM_TIMES timedata.t
mv timedata.t.fixed timedata.texi mv timedata.t.fixed timedata.texi
wksheets.t: ../common/wksheets.t wksheets.t: ../../common/wksheets.t
sed -e 's/WORKSHEETS_PREVIOUS_LINK/Processor Dependent Information Table CPU Dependent Information Table/' \ sed -e 's/WORKSHEETS_PREVIOUS_LINK/Processor Dependent Information Table CPU Dependent Information Table/' \
-e 's/WORKSHEETS_NEXT_LINK/PPC603e Timing Data/' \ -e 's/WORKSHEETS_NEXT_LINK/PPC603e Timing Data/' \
<../common/wksheets.t >wksheets.t <../../common/wksheets.t >wksheets.t
wksheets.texi: wksheets.t PSIM_TIMES wksheets.texi: wksheets.t PSIM_TIMES
${REPLACE} -p PSIM_TIMES wksheets.t ${REPLACE} -p PSIM_TIMES wksheets.t

View File

@@ -1,4 +1,4 @@
\input ../texinfo/texinfo @c -*-texinfo-*- \input ../../texinfo/texinfo @c -*-texinfo-*-
@c %**start of header @c %**start of header
@setfilename c_powerpc @setfilename c_powerpc
@syncodeindex vr fn @syncodeindex vr fn
@@ -19,7 +19,7 @@
@c Master file for the PowerPC Applications Supplement @c Master file for the PowerPC Applications Supplement
@c @c
@include ../common/setup.texi @include ../../common/setup.texi
@ignore @ignore
@ifinfo @ifinfo
@@ -56,7 +56,7 @@ END-INFO-DIR-ENTRY
@subtitle @value{update-month} @subtitle @value{update-month}
@author On-Line Applications Research Corporation @author On-Line Applications Research Corporation
@page @page
@include ../common/cpright.texi @include ../../common/cpright.texi
@end titlepage @end titlepage
@c This prevents a black box from being printed on "overflow" lines. @c This prevents a black box from being printed on "overflow" lines.
@@ -71,7 +71,7 @@ END-INFO-DIR-ENTRY
@include bsp.texi @include bsp.texi
@include cputable.texi @include cputable.texi
@include wksheets.texi @include wksheets.texi
@include ../common/timing.texi @include ../../common/timing.texi
@include timedata.texi @include timedata.texi
@ifinfo @ifinfo
@node Top, Preface, (dir), (dir) @node Top, Preface, (dir), (dir)

View File

@@ -6,7 +6,7 @@
@c $Id$ @c $Id$
@c @c
@include ../common/timemac.texi @include ../../common/timemac.texi
@tex @tex
\global\advance \smallskipamount by -4pt \global\advance \smallskipamount by -4pt
@end tex @end tex

View File

@@ -6,7 +6,7 @@
@c $Id$ @c $Id$
@c @c
@include ../common/timemac.texi @include ../../common/timemac.texi
@tex @tex
\global\advance \smallskipamount by -4pt \global\advance \smallskipamount by -4pt
@end tex @end tex

View File

@@ -9,17 +9,17 @@
PROJECT=sparc PROJECT=sparc
DISTRIBUTION_LEVEL=support DISTRIBUTION_LEVEL=support
include ../Make.config include ../../Make.config
REPLACE=../tools/word-replace REPLACE=../../tools/word-replace
all: html info ps all: html info ps
dirs: dirs:
$(make-dirs) $(make-dirs)
COMMON_FILES=../common/cpright.texi ../common/setup.texi \ COMMON_FILES=../../common/cpright.texi ../../common/setup.texi \
../common/timing.texi ../../common/timing.texi
FILES= $(PROJECT).texi \ FILES= $(PROJECT).texi \
bsp.texi callconv.texi cpumodel.texi cputable.texi fatalerr.texi \ bsp.texi callconv.texi cpumodel.texi cputable.texi fatalerr.texi \
@@ -49,9 +49,9 @@ intr.texi: intr.t SIS_TIMES
${REPLACE} -p SIS_TIMES intr.t ${REPLACE} -p SIS_TIMES intr.t
mv intr.t.fixed intr.texi mv intr.t.fixed intr.texi
timetbl.t: ../common/timetbl.t timetbl.t: ../../common/timetbl.t
sed -e 's/TIMETABLE_NEXT_LINK/Command and Variable Index/' \ sed -e 's/TIMETABLE_NEXT_LINK/Command and Variable Index/' \
<../common/timetbl.t >timetbl.t <../../common/timetbl.t >timetbl.t
timetbl.texi: timetbl.t SIS_TIMES timetbl.texi: timetbl.t SIS_TIMES
${REPLACE} -p SIS_TIMES timetbl.t ${REPLACE} -p SIS_TIMES timetbl.t
@@ -61,10 +61,10 @@ timedata.texi: timedata.t SIS_TIMES
${REPLACE} -p SIS_TIMES timedata.t ${REPLACE} -p SIS_TIMES timedata.t
mv timedata.t.fixed timedata.texi mv timedata.t.fixed timedata.texi
wksheets.t: ../common/wksheets.t wksheets.t: ../../common/wksheets.t
sed -e 's/WORKSHEETS_PREVIOUS_LINK/Processor Dependent Information Table CPU Dependent Information Table/' \ sed -e 's/WORKSHEETS_PREVIOUS_LINK/Processor Dependent Information Table CPU Dependent Information Table/' \
-e 's/WORKSHEETS_NEXT_LINK/ERC32 Timing Data/' \ -e 's/WORKSHEETS_NEXT_LINK/ERC32 Timing Data/' \
<../common/wksheets.t >wksheets.t <../../common/wksheets.t >wksheets.t
wksheets.texi: wksheets.t SIS_TIMES wksheets.texi: wksheets.t SIS_TIMES
${REPLACE} -p SIS_TIMES wksheets.t ${REPLACE} -p SIS_TIMES wksheets.t

View File

@@ -1,4 +1,4 @@
\input ../texinfo/texinfo @c -*-texinfo-*- \input ../../texinfo/texinfo @c -*-texinfo-*-
@c %**start of header @c %**start of header
@setfilename c_sparc @setfilename c_sparc
@syncodeindex vr fn @syncodeindex vr fn
@@ -19,7 +19,7 @@
@c Master file for the SPARC Applications Supplement @c Master file for the SPARC Applications Supplement
@c @c
@include ../common/setup.texi @include ../../common/setup.texi
@ignore @ignore
@ifinfo @ifinfo
@@ -56,7 +56,7 @@ END-INFO-DIR-ENTRY
@subtitle @value{update-month} @subtitle @value{update-month}
@author On-Line Applications Research Corporation @author On-Line Applications Research Corporation
@page @page
@include ../common/cpright.texi @include ../../common/cpright.texi
@end titlepage @end titlepage
@c This prevents a black box from being printed on "overflow" lines. @c This prevents a black box from being printed on "overflow" lines.
@@ -71,7 +71,7 @@ END-INFO-DIR-ENTRY
@include bsp.texi @include bsp.texi
@include cputable.texi @include cputable.texi
@include wksheets.texi @include wksheets.texi
@include ../common/timing.texi @include ../../common/timing.texi
@include timedata.texi @include timedata.texi
@ifinfo @ifinfo
@node Top, Preface, (dir), (dir) @node Top, Preface, (dir), (dir)

View File

@@ -6,7 +6,7 @@
@c $Id$ @c $Id$
@c @c
@include ../common/timemac.texi @include ../../common/timemac.texi
@tex @tex
\global\advance \smallskipamount by -4pt \global\advance \smallskipamount by -4pt
@end tex @end tex

View File

@@ -6,7 +6,7 @@
@c $Id$ @c $Id$
@c @c
@include ../common/timemac.texi @include ../../common/timemac.texi
@tex @tex
\global\advance \smallskipamount by -4pt \global\advance \smallskipamount by -4pt
@end tex @end tex