mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-21 04:14:26 +08:00
updated to add ka9q documents
This commit is contained in:
@@ -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 \
|
||||
|
||||
12
doc/Makefile
12
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:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 © 1997 <A HREF="http://www.oarcorp.com" target="Text Frame">OAR Corporation</A>
|
||||
</BODY></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 © 1997 <A HREF="http://www.oarcorp.com" target="Text Frame">OAR Corporation</A>
|
||||
|
||||
Reference in New Issue
Block a user