From 2aaac52858cc4967373050f2dfd54efec3970bf6 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sat, 11 Apr 1998 15:20:22 +0000 Subject: Corrected paths after moving all supplements into a subdirectory. --- doc/supplements/i386/Makefile | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'doc/supplements/i386/Makefile') diff --git a/doc/supplements/i386/Makefile b/doc/supplements/i386/Makefile index 24b3b7d8f0..c1d6b0bd8e 100644 --- a/doc/supplements/i386/Makefile +++ b/doc/supplements/i386/Makefile @@ -9,17 +9,17 @@ PROJECT=i386 DISTRIBUTION_LEVEL=support -include ../Make.config +include ../../Make.config -REPLACE=../tools/word-replace +REPLACE=../../tools/word-replace all: html info ps dirs: $(make-dirs) -COMMON_FILES=../common/cpright.texi ../common/setup.texi \ - ../common/timing.texi +COMMON_FILES=../../common/cpright.texi ../../common/setup.texi \ + ../../common/timing.texi FILES= $(PROJECT).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 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/' \ - <../common/timetbl.t >timetbl.t + <../../common/timetbl.t >timetbl.t timetbl.texi: timetbl.t FORCE386_TIMES ${REPLACE} -p FORCE386_TIMES timetbl.t @@ -59,10 +59,10 @@ timedata.texi: timedata.t FORCE386_TIMES ${REPLACE} -p FORCE386_TIMES timedata.t 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/' \ -e 's/WORKSHEETS_NEXT_LINK/i386 Timing Data/' \ - <../common/wksheets.t >wksheets.t + <../../common/wksheets.t >wksheets.t wksheets.texi: wksheets.t FORCE386_TIMES ${REPLACE} -p FORCE386_TIMES wksheets.t -- cgit v1.2.3