updated to add ka9q documents

This commit is contained in:
Joel Sherrill
1997-05-28 20:34:00 +00:00
parent 3dc513e299
commit 04e5f1c352
5 changed files with 22 additions and 11 deletions

View File

@@ -9,9 +9,9 @@ INFO=info
XDVI=xdvi -s 4
GHOSTVIEW=ghostview -magstep -1
WWW_INSTALL=/usr1/tmp/rtemsdoc-4.0.0/html
INFO_INSTALL=/usr1/tmp/rtemsdoc-4.0.0/info
PS_INSTALL=/usr1/tmp/rtemsdoc-4.0.0/ps
WWW_INSTALL=/usr1/tmp/rtemsdoc-4.1.0/html
INFO_INSTALL=/usr1/tmp/rtemsdoc-4.1.0/info
PS_INSTALL=/usr1/tmp/rtemsdoc-4.1.0/ps
TEXI2WWW_ARGS=-dirfile ../rtems.html \
-header ../rtems_header.html \

View File

@@ -7,15 +7,21 @@ all: info html ps
# find $(WWW_INSTALL) -type f | xargs -e chmod 444
# find $(WWW_INSTALL) -type d | xargs -e chmod 555
info:
dirs:
-mkdir $(WWW_INSTALL)
-mkdir $(WWW_INSTALL)/info
-mkdir $(WWW_INSTALL)/html
-mkdir $(WWW_INSTALL)/ps
info: dirs
./do_docs $(BASEDIR) info
html:
html: dirs
cp common/*.gif common/*.jpg $(WWW_INSTALL)
cp rtems.html HELP.html $(WWW_INSTALL)
./do_docs $(BASEDIR) html
ps:
ps: dirs
./do_docs $(BASEDIR) ps
clean:

View File

@@ -2,8 +2,8 @@
basedir=$1
shift
manuals="develenv hppa1_1 i386 i960 m68k relnotes sparc user"
# posix_test_plan manual left out in 4.0.0
manuals="develenv hppa1_1 i386 i960 m68k relnotes sparc user ka9q"
# posix_test_plan manual left out in 4.1.0
for action in $*
do

View File

@@ -1,16 +1,20 @@
<HTML>
<HEAD><TITLE>RTEMS On-Line Library</TITLE></HEAD>
<HEAD><TITLE>RTEMS 4.1.0 On-Line Library</TITLE></HEAD>
<BODY BGCOLOR="FFFFFF">
<A HREF="http://www.oarcorp.com" target="Text Frame">
<IMG align=right BORDER=0 SRC="oaronly.jpg" ALT="OAR"> </A>
<FONT SIZE=-1>
<H1>RTEMS On-Line Library</H1>
<H1>RTEMS 4.1.0 On-Line Library</H1>
<HR>
<BODY>
<MENU>
<LI><A HREF="c_user/Top.html">RTEMS Applications C User's Guide</A>
<LI><A HREF="relnotes/Top.html">RTEMS Release Notes</A>
<LI><A HREF="develenv/Top.html">RTEMS Development Environment Guide</A>
<LI><A HREF="ka9q/Top.html">RTEMS KA9Q TCP/IP Supplement</A>
<LI>CPU Supplements
<MENU>
<LI><A HREF="HELP.html">RTEMS AMD 29K C Applications Supplement</A>
<LI><A HREF="c_i386/Top.html">RTEMS Intel i386 C Applications Supplement</A>
<LI><A HREF="c_i960/Top.html">RTEMS Intel i960 C Applications Supplement</A>
@@ -21,6 +25,7 @@
<LI><A HREF="c_hppa1_1/Top.html">RTEMS Hewlett Packard PA-RISC C Applications Supplement</A>
<LI><A HREF="HELP.html">RTEMS UNIX Port C Applications Supplement</A>
</MENU>
</MENU>
<HR>
Copyright &copy; 1997 <A HREF="http://www.oarcorp.com" target="Text Frame">OAR Corporation</A>
</BODY></HTML>

View File

@@ -1,3 +1,3 @@
<HR>
<P>Back to <A HREF="../rtems.html">RTEMS On-Line Library</A>.</P>
<P>Back to the <A HREF="../rtems.html">RTEMS On-Line Library</A>.</P>
<P>Copyright &copy; 1997 <A HREF="http://www.oarcorp.com" target="Text Frame">OAR Corporation</A>