From 2071990d661d9fdad294321506dba8421e1176b9 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sat, 14 Mar 1998 18:06:08 +0000 Subject: Added summary chapter. --- doc/posix1003.1/Makefile | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'doc/posix1003.1') diff --git a/doc/posix1003.1/Makefile b/doc/posix1003.1/Makefile index b22e121e0f..633ad5e507 100644 --- a/doc/posix1003.1/Makefile +++ b/doc/posix1003.1/Makefile @@ -17,7 +17,7 @@ COMMON_FILES=../common/cpright.texi ../common/setup.texi GENERATED_FILES=ch01.texi ch02.texi ch03.texi ch04.texi ch05.texi \ ch06.texi ch07.texi ch08.texi ch09.texi ch10.texi \ ch11.texi ch12.texi ch13.texi ch14.texi ch15.texi \ - ch16.texi ch17.texi ch18.texi + ch16.texi ch17.texi ch18.texi ch19.t ch19.texi FILES= $(PROJECT).texi \ preface.texi $(GENERATED_FILES) @@ -140,8 +140,17 @@ ch17.texi: ch17.t ch18.texi: ch18.t $(BMENU) -c -p "Thread-Specific Data Key Deletion" \ -u "Top" \ - -n "Command and Variable Index" ${*}.t + -n "Compliance Summary" ${*}.t + +ch19.t: ch01.t ch02.t ch03.t ch04.t ch05.t ch06.t ch07.t ch08.t ch09.t \ + ch10.t ch11.t ch12.t ch13.t ch14.t ch15.t ch16.t ch17.t ch18.t + ./summarize >ch19.t +ch19.texi: ch19.t + $(BMENU) -c -p "List of Cancellation Points" \ + -u "Top" \ + -n "Command and Variable Index" ${*}.t + html: $(FILES) -mkdir $(WWW_INSTALL)/$(PROJECT) -- cgit v1.2.3