From 03889c1a1e45d591d8d2568cff400de002777612 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 19 Oct 1998 21:46:32 +0000 Subject: All of the Supplemental manuals are now generated as automatically as possible. --- doc/supplements/template/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/supplements/template') diff --git a/doc/supplements/template/Makefile b/doc/supplements/template/Makefile index 1aeb754fe7..0f6200cf30 100644 --- a/doc/supplements/template/Makefile +++ b/doc/supplements/template/Makefile @@ -24,8 +24,6 @@ GENERATED_FILES=\ cpumodel.texi callconv.texi memmodel.texi intr.texi fatalerr.texi \ bsp.texi cputable.texi wksheets.texi timing.texi timeBSP.texi -# timetbl.texi timedata.texi wksheets.texi - FILES= $(PROJECT).texi preface.texi \ $(COMMON_FILES) $(GENERATED_FILES) @@ -136,7 +134,8 @@ timeBSP_.t: ../../common/timetbl.t timeBSP.t timeBSP.texi: timeBSP_.t Makefile $(BMENU) -p "Timing Specification Terminology" \ -u "Top" \ - -n "Command and Variable Index" ${*}.t + -n "Command and Variable Index" timeBSP_.t + mv timeBSP_.t timeBSP.texi html: dirs $(FILES) -mkdir -p $(WWW_INSTALL)/c_$(PROJECT) @@ -152,3 +151,4 @@ clean: rm -f intr.t rm -f timeBSP_.t timing.t rm -f *.fixed _* $(GENERATED_FILES) + rm -f timeBSP_.t -- cgit v1.2.3