summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-05-28 20:34:00 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-05-28 20:34:00 +0000
commit04e5f1c3522906b3cf48b6bd25178e5e0f4be3d4 (patch)
tree8951747ba43a7fd6ecb08dfd8bcf43e41cb98308 /doc
parent4.0.0 release docs (diff)
downloadrtems-04e5f1c3522906b3cf48b6bd25178e5e0f4be3d4.tar.bz2
updated to add ka9q documents
Diffstat (limited to 'doc')
-rw-r--r--doc/Make.config6
-rw-r--r--doc/Makefile12
-rwxr-xr-xdoc/do_docs4
-rw-r--r--doc/rtems.html9
-rw-r--r--doc/rtems_footer.html2
5 files changed, 22 insertions, 11 deletions
diff --git a/doc/Make.config b/doc/Make.config
index 6f2665f9d6..10fcba9f72 100644
--- a/doc/Make.config
+++ b/doc/Make.config
@@ -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 \
diff --git a/doc/Makefile b/doc/Makefile
index 9db3b61819..616c7d5ceb 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -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:
diff --git a/doc/do_docs b/doc/do_docs
index debf0b3cbb..9bdec7ea4e 100755
--- a/doc/do_docs
+++ b/doc/do_docs
@@ -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
diff --git a/doc/rtems.html b/doc/rtems.html
index 58e6a853f2..01be8a0cfa 100644
--- a/doc/rtems.html
+++ b/doc/rtems.html
@@ -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>
diff --git a/doc/rtems_footer.html b/doc/rtems_footer.html
index 3644d47d88..35391b0410 100644
--- a/doc/rtems_footer.html
+++ b/doc/rtems_footer.html
@@ -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>