renamed to user's guide.

This commit is contained in:
Joel Sherrill
1998-03-26 17:10:03 +00:00
parent 3cc03ac859
commit fb9a80f99d
6 changed files with 46 additions and 30 deletions
+3 -3
View File
@@ -8,7 +8,7 @@
include ../Make.config
PROJECT=posix_test_plan
PROJECT=posix_users
all:
@@ -24,7 +24,7 @@ info: $(PROJECT)
# cp $(PROJECT) $(PROJECT)-* $(INFO_INSTALL)
cp $(PROJECT) $(INFO_INSTALL)
posix_test_plan: $(FILES)
posix_users: $(FILES)
$(MAKEINFO) $(PROJECT).texi
vinfo: info
@@ -48,9 +48,9 @@ $(PROJECT).dvi: $(FILES)
html:
-mkdir $(WWW_INSTALL)/$(PROJECT)
-cd .. ; gmake headers
$(TEXI2WWW) $(TEXI2WWW_ARGS) -dir $(WWW_INSTALL)/$(PROJECT) \
$(PROJECT).texi
cp ../rtems.html $(WWW_INSTALL)
clean:
@@ -1,6 +1,6 @@
\input ../texinfo/texinfo @c -*-texinfo-*-
@c %**start of header
@setfilename posix_test_plan
@setfilename posix_users
@syncodeindex vr fn
@synindex ky cp
@paragraphindent 0
@@ -31,7 +31,7 @@
@ifinfo
@format
START-INFO-DIR-ENTRY
* RTEMS Posix Test Plan: (posix_test_plan). Posix Test Plan
* RTEMS Posix API User's Guide: (posix_users). Posix API User's Guide Plan
END-INFO-DIR-ENTRY
@end format
@end ifinfo
@@ -48,21 +48,22 @@ END-INFO-DIR-ENTRY
@c Title Page Stuff
@c
@set edition 970904
@set version 970904
@set update-date 4 September 1997
@set update-month September 1997
@set edition @value{RTEMS-EDITION}
@set version @value{RTEMS-VERSION}
@set update-date @value{RTEMS-UPDATE-DATE}
@set update-month @value{RTEMS-UPDATE-MONTH}
@c
@c I don't really like having a short title page. --joel
@c
@c @shorttitlepage RTEMS POSIX API Test Plan
@c @shorttitlepage RTEMS POSIX API User's Guide
@setchapternewpage odd
@settitle RTEMS POSIX API Test Plan
@settitle RTEMS POSIX API User's Guide
@titlepage
@finalout
@title RTEMS POSIX API Test Plan
@title RTEMS POSIX API User's Guide
@subtitle Edition @value{edition}, for RTEMS @value{version}
@sp 1
@subtitle @value{update-month}
@@ -84,9 +85,9 @@ END-INFO-DIR-ENTRY
@include sched.texi
@ifinfo
@node Top, Preface, (dir), (dir)
@top posix_test_plan
@top posix_users
This is the online version of the RTEMS POSIX API Test Plan.
This is the online version of the RTEMS POSIX API User's Guide
@menu
* Preface::
+8 -1
View File
@@ -11,4 +11,11 @@
@end ifinfo
@unnumbered Preface
This is the test plan document for the POSIX API support for RTEMS.
This is the user's guide for the POSIX API support for RTEMS.
At this point, this is just a basic shell of what this manual
should ultimately be.
Much of the POSIX API standard is actually implemented in the
newlib ANSI C Library. Please refer to documentation on
newlib for more information on what it supplies.
+3 -3
View File
@@ -8,7 +8,7 @@
include ../Make.config
PROJECT=posix_test_plan
PROJECT=posix_users
all:
@@ -24,7 +24,7 @@ info: $(PROJECT)
# cp $(PROJECT) $(PROJECT)-* $(INFO_INSTALL)
cp $(PROJECT) $(INFO_INSTALL)
posix_test_plan: $(FILES)
posix_users: $(FILES)
$(MAKEINFO) $(PROJECT).texi
vinfo: info
@@ -48,9 +48,9 @@ $(PROJECT).dvi: $(FILES)
html:
-mkdir $(WWW_INSTALL)/$(PROJECT)
-cd .. ; gmake headers
$(TEXI2WWW) $(TEXI2WWW_ARGS) -dir $(WWW_INSTALL)/$(PROJECT) \
$(PROJECT).texi
cp ../rtems.html $(WWW_INSTALL)
clean:
@@ -1,6 +1,6 @@
\input ../texinfo/texinfo @c -*-texinfo-*-
@c %**start of header
@setfilename posix_test_plan
@setfilename posix_users
@syncodeindex vr fn
@synindex ky cp
@paragraphindent 0
@@ -31,7 +31,7 @@
@ifinfo
@format
START-INFO-DIR-ENTRY
* RTEMS Posix Test Plan: (posix_test_plan). Posix Test Plan
* RTEMS Posix API User's Guide: (posix_users). Posix API User's Guide Plan
END-INFO-DIR-ENTRY
@end format
@end ifinfo
@@ -48,21 +48,22 @@ END-INFO-DIR-ENTRY
@c Title Page Stuff
@c
@set edition 970904
@set version 970904
@set update-date 4 September 1997
@set update-month September 1997
@set edition @value{RTEMS-EDITION}
@set version @value{RTEMS-VERSION}
@set update-date @value{RTEMS-UPDATE-DATE}
@set update-month @value{RTEMS-UPDATE-MONTH}
@c
@c I don't really like having a short title page. --joel
@c
@c @shorttitlepage RTEMS POSIX API Test Plan
@c @shorttitlepage RTEMS POSIX API User's Guide
@setchapternewpage odd
@settitle RTEMS POSIX API Test Plan
@settitle RTEMS POSIX API User's Guide
@titlepage
@finalout
@title RTEMS POSIX API Test Plan
@title RTEMS POSIX API User's Guide
@subtitle Edition @value{edition}, for RTEMS @value{version}
@sp 1
@subtitle @value{update-month}
@@ -84,9 +85,9 @@ END-INFO-DIR-ENTRY
@include sched.texi
@ifinfo
@node Top, Preface, (dir), (dir)
@top posix_test_plan
@top posix_users
This is the online version of the RTEMS POSIX API Test Plan.
This is the online version of the RTEMS POSIX API User's Guide
@menu
* Preface::
+8 -1
View File
@@ -11,4 +11,11 @@
@end ifinfo
@unnumbered Preface
This is the test plan document for the POSIX API support for RTEMS.
This is the user's guide for the POSIX API support for RTEMS.
At this point, this is just a basic shell of what this manual
should ultimately be.
Much of the POSIX API standard is actually implemented in the
newlib ANSI C Library. Please refer to documentation on
newlib for more information on what it supplies.