From ed11cadf052ee8886af0a11e9e72f3c09443f6af Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 1 Oct 1999 17:44:06 +0000 Subject: Numerous minor changes required to transition to the latest version of texinfo and TeX. This version of the tools can produce PDF with figures included. --- doc/posix1003.1/Makefile | 13 +++++++++---- doc/posix1003.1/ch03.t | 4 ++-- doc/posix1003.1/ch04.t | 2 +- doc/posix1003.1/ch05.t | 2 +- doc/posix1003.1/ch06.t | 4 ++-- doc/posix1003.1/ch07.t | 2 +- doc/posix1003.1/ch08.t | 2 +- doc/posix1003.1/posix1003_1.texi | 2 +- 8 files changed, 18 insertions(+), 13 deletions(-) (limited to 'doc/posix1003.1') diff --git a/doc/posix1003.1/Makefile b/doc/posix1003.1/Makefile index 52f04fdc71..82e7f088bd 100644 --- a/doc/posix1003.1/Makefile +++ b/doc/posix1003.1/Makefile @@ -10,7 +10,7 @@ PROJECT=posix1003_1 include ../Make.config -all: html info ps +all: html info ps pdf dirs: $(make-dirs) @@ -36,6 +36,11 @@ $(PROJECT): $(FILES) dvi: $(PROJECT).dvi ps: dirs $(PROJECT).ps +pdf: dirs $(PROJECT).pdf + +$(PROJECT).pdf: $(FILES) + $(TEXI2PDF) $(PROJECT).texi + cp $(PROJECT).pdf $(PDF_INSTALL) $(PROJECT).ps: $(PROJECT).dvi dvips -o $(PROJECT).ps $(PROJECT).dvi @@ -43,8 +48,8 @@ $(PROJECT).ps: $(PROJECT).dvi # run texi2dvi twice to generate the xref's properly. $(PROJECT).dvi: $(FILES) - $(TEXI2DVI) -v $(PROJECT).texi - texi2dvi -v $(PROJECT).texi + $(TEXI2DVI) $(PROJECT).texi + texi2dvi $(PROJECT).texi ch01.texi: ch01.t $(BMENU) -c -p "Preface" \ @@ -152,7 +157,7 @@ html: dirs $(FILES) $(PROJECT).texi clean: - rm -f *.o $(PROG) *.txt core + rm -f *.o $(PROG) *.txt core *.pdf rm -f *.dvi *.ps *.log *.aux *.cp *.fn *.ky *.pg *.toc *.tp *.vr $(BASE) rm -f $(PROJECT) $(PROJECT)-* $(GENERATED_FILES) rm -f *.fixed _* diff --git a/doc/posix1003.1/ch03.t b/doc/posix1003.1/ch03.t index fc82426dcf..9a3e67cb29 100644 --- a/doc/posix1003.1/ch03.t +++ b/doc/posix1003.1/ch03.t @@ -13,7 +13,7 @@ @subsection Process Creation @example -fork(), Function, Unimplementable +fork(), Function, Unimplementable, Requires Processes @end example @@ -54,7 +54,7 @@ WSTOPSIG(), Function, Unimplementable, Requires Processes @subsection Terminate a Process @example -_exit(), Function, Unimplemented +_exit(), Function, Implemented @end example @section Signals diff --git a/doc/posix1003.1/ch04.t b/doc/posix1003.1/ch04.t index bc635551b3..ce30a25cc4 100644 --- a/doc/posix1003.1/ch04.t +++ b/doc/posix1003.1/ch04.t @@ -116,7 +116,7 @@ ctermid(), Function, Unimplemented @example ttyname(), Function, Untested Implementation, assumes directory services ttyname_r(), Function, Unimplemented -isatty(), Function, Partial Implementation +isatty(), Function, Implemented @end example @section Configurable System Variables diff --git a/doc/posix1003.1/ch05.t b/doc/posix1003.1/ch05.t index 42996e9744..913fc5e653 100644 --- a/doc/posix1003.1/ch05.t +++ b/doc/posix1003.1/ch05.t @@ -34,7 +34,7 @@ chdir(), Function, Implemented @subsection Get Working Directory Pathname @example -getcwd(), Function, Untested Implementation, assumes directory services +getcwd(), Function, Implemented @end example @section General File Creation diff --git a/doc/posix1003.1/ch06.t b/doc/posix1003.1/ch06.t index 5861886a8e..6a65944890 100644 --- a/doc/posix1003.1/ch06.t +++ b/doc/posix1003.1/ch06.t @@ -22,7 +22,7 @@ pipe(), Function, Dummy Implementation @example dup(), Function, Implemented -dup2(), Function, Untested Iimplementation +dup2(), Function, Implemented @end example @section File Descriptor Deassignment @@ -80,7 +80,7 @@ are also included in another section. @xref{Open a File}. @subsection Reposition Read/Write File Offset @example -lseek(), Function, Partial Implementation +lseek(), Function, Implemented SEEK_SET, Constant, Implemented SEEK_CUR, Constant, Implemented SEEK_END, Constant, Implemented diff --git a/doc/posix1003.1/ch07.t b/doc/posix1003.1/ch07.t index 69bbc50a7d..3d13c81c68 100644 --- a/doc/posix1003.1/ch07.t +++ b/doc/posix1003.1/ch07.t @@ -67,7 +67,7 @@ CR, Constant, Unimplemented @example tcflag_t, Type, Implemented cc_t, Type, Implemented -struct termios, Type, Partial Implementation +struct termios, Type, Implemented @end example @subsubsection Input Modes diff --git a/doc/posix1003.1/ch08.t b/doc/posix1003.1/ch08.t index 35a81c0161..da6f000fb0 100644 --- a/doc/posix1003.1/ch08.t +++ b/doc/posix1003.1/ch08.t @@ -37,7 +37,7 @@ toupper(), Function, Implemented ANSI C Section 4.4 --- Localization @example -setlocale(), Function, Partial Implementation +setlocale(), Function, Implemented @end example ANSI C Section 4.5 --- Mathematics diff --git a/doc/posix1003.1/posix1003_1.texi b/doc/posix1003.1/posix1003_1.texi index 57e07365a4..9db2f9a086 100644 --- a/doc/posix1003.1/posix1003_1.texi +++ b/doc/posix1003.1/posix1003_1.texi @@ -1,4 +1,4 @@ -\input ../texinfo/texinfo @c -*-texinfo-*- +\input texinfo @c -*-texinfo-*- @c %**start of header @setfilename posix1003_1 @syncodeindex vr fn -- cgit v1.2.3