Changeset 04e5f1c in rtems
- Timestamp:
- 05/28/97 20:34:00 (26 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 32cbfa7
- Parents:
- 3dc513e
- Location:
- doc
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/Make.config
r3dc513e r04e5f1c 10 10 GHOSTVIEW=ghostview -magstep -1 11 11 12 WWW_INSTALL=/usr1/tmp/rtemsdoc-4. 0.0/html13 INFO_INSTALL=/usr1/tmp/rtemsdoc-4. 0.0/info14 PS_INSTALL=/usr1/tmp/rtemsdoc-4. 0.0/ps12 WWW_INSTALL=/usr1/tmp/rtemsdoc-4.1.0/html 13 INFO_INSTALL=/usr1/tmp/rtemsdoc-4.1.0/info 14 PS_INSTALL=/usr1/tmp/rtemsdoc-4.1.0/ps 15 15 16 16 TEXI2WWW_ARGS=-dirfile ../rtems.html \ -
doc/Makefile
r3dc513e r04e5f1c 8 8 # find $(WWW_INSTALL) -type d | xargs -e chmod 555 9 9 10 info: 10 dirs: 11 -mkdir $(WWW_INSTALL) 12 -mkdir $(WWW_INSTALL)/info 13 -mkdir $(WWW_INSTALL)/html 14 -mkdir $(WWW_INSTALL)/ps 15 16 info: dirs 11 17 ./do_docs $(BASEDIR) info 12 18 13 html: 19 html: dirs 14 20 cp common/*.gif common/*.jpg $(WWW_INSTALL) 15 21 cp rtems.html HELP.html $(WWW_INSTALL) 16 22 ./do_docs $(BASEDIR) html 17 23 18 ps: 24 ps: dirs 19 25 ./do_docs $(BASEDIR) ps 20 26 -
doc/do_docs
r3dc513e r04e5f1c 3 3 basedir=$1 4 4 shift 5 manuals="develenv hppa1_1 i386 i960 m68k relnotes sparc user "6 # posix_test_plan manual left out in 4. 0.05 manuals="develenv hppa1_1 i386 i960 m68k relnotes sparc user ka9q" 6 # posix_test_plan manual left out in 4.1.0 7 7 8 8 for action in $* -
doc/rtems.html
r3dc513e r04e5f1c 1 1 <HTML> 2 <HEAD><TITLE>RTEMS On-Line Library</TITLE></HEAD>2 <HEAD><TITLE>RTEMS 4.1.0 On-Line Library</TITLE></HEAD> 3 3 <BODY BGCOLOR="FFFFFF"> 4 4 <A HREF="http://www.oarcorp.com" target="Text Frame"> 5 5 <IMG align=right BORDER=0 SRC="oaronly.jpg" ALT="OAR"> </A> 6 6 <FONT SIZE=-1> 7 <H1>RTEMS On-Line Library</H1>7 <H1>RTEMS 4.1.0 On-Line Library</H1> 8 8 <HR> 9 9 <BODY> … … 12 12 <LI><A HREF="relnotes/Top.html">RTEMS Release Notes</A> 13 13 <LI><A HREF="develenv/Top.html">RTEMS Development Environment Guide</A> 14 <LI><A HREF="ka9q/Top.html">RTEMS KA9Q TCP/IP Supplement</A> 15 <LI>CPU Supplements 16 17 <MENU> 14 18 <LI><A HREF="HELP.html">RTEMS AMD 29K C Applications Supplement</A> 15 19 <LI><A HREF="c_i386/Top.html">RTEMS Intel i386 C Applications Supplement</A> … … 22 26 <LI><A HREF="HELP.html">RTEMS UNIX Port C Applications Supplement</A> 23 27 </MENU> 28 </MENU> 24 29 <HR> 25 30 Copyright © 1997 <A HREF="http://www.oarcorp.com" target="Text Frame">OAR Corporation</A> -
doc/rtems_footer.html
r3dc513e r04e5f1c 1 1 <HR> 2 <P>Back to <A HREF="../rtems.html">RTEMS On-Line Library</A>.</P>2 <P>Back to the <A HREF="../rtems.html">RTEMS On-Line Library</A>.</P> 3 3 <P>Copyright © 1997 <A HREF="http://www.oarcorp.com" target="Text Frame">OAR Corporation</A>
Note: See TracChangeset
for help on using the changeset viewer.