From e7acb6028a1186e152df62d199f5ebf1123798f6 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 16 Mar 1998 16:15:32 +0000 Subject: First time summary chapter is included in the document. --- doc/posix1003.1/Makefile | 1 - doc/posix1003.1/posix1003_1.texi | 4 +++- doc/posix1003.1/summarize | 4 +++- 3 files changed, 6 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/posix1003.1/Makefile b/doc/posix1003.1/Makefile index 633ad5e507..a5857ad760 100644 --- a/doc/posix1003.1/Makefile +++ b/doc/posix1003.1/Makefile @@ -151,7 +151,6 @@ ch19.texi: ch19.t -u "Top" \ -n "Command and Variable Index" ${*}.t - html: $(FILES) -mkdir $(WWW_INSTALL)/$(PROJECT) $(TEXI2WWW) $(TEXI2WWW_ARGS) -dir $(WWW_INSTALL)/$(PROJECT) \ diff --git a/doc/posix1003.1/posix1003_1.texi b/doc/posix1003.1/posix1003_1.texi index f751081cf5..e255c1bb69 100644 --- a/doc/posix1003.1/posix1003_1.texi +++ b/doc/posix1003.1/posix1003_1.texi @@ -81,6 +81,7 @@ END-INFO-DIR-ENTRY @include ch16.texi @include ch17.texi @include ch18.texi +@include ch19.texi @ifinfo @node Top, Preface, (dir), (dir) @@ -108,6 +109,7 @@ This is the online version of the RTEMS POSIX 1003.1 Compliance Guide. * Thread Management:: * Thread-Specific Data:: * Thread Cancellation:: +* Compliance Summary:: * Command and Variable Index:: * Concept Index:: @end menu @@ -118,7 +120,7 @@ This is the online version of the RTEMS POSIX 1003.1 Compliance Guide. @c Need to copy the emacs stuff and "trailer stuff" (index, toc) into here @c -@node Command and Variable Index, Concept Index, List of Cancellation Points, Top +@node Command and Variable Index, Concept Index, Thread Cancellation Chapter, Top @unnumbered Command and Variable Index There are currently no Command and Variable Index entries. diff --git a/doc/posix1003.1/summarize b/doc/posix1003.1/summarize index 397676c97d..989d4bfa2f 100755 --- a/doc/posix1003.1/summarize +++ b/doc/posix1003.1/summarize @@ -14,7 +14,9 @@ echo summarize_chapter() { - grep "^@chapter" $1 | sed -e "s/^.chapter/@section/" + grep "^@chapter" $1 | \ + sed -e "s/^.chapter/@section/" \ + -e "s/$/ Chapter/" echo num_functions=`grep "()" $1 | wc -l` echo "Functions: ${num_functions}" -- cgit v1.2.3