From 04e5f1c3522906b3cf48b6bd25178e5e0f4be3d4 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 28 May 1997 20:34:00 +0000 Subject: updated to add ka9q documents --- doc/Make.config | 6 +++--- doc/Makefile | 12 +++++++++--- doc/do_docs | 4 ++-- doc/rtems.html | 9 +++++++-- doc/rtems_footer.html | 2 +- 5 files changed, 22 insertions(+), 11 deletions(-) (limited to 'doc') 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 @@ -RTEMS On-Line Library +RTEMS 4.1.0 On-Line Library OAR -

RTEMS On-Line Library

+

RTEMS 4.1.0 On-Line Library


  • RTEMS Applications C User's Guide
  • RTEMS Release Notes
  • RTEMS Development Environment Guide +
  • RTEMS KA9Q TCP/IP Supplement +
  • CPU Supplements + +
  • RTEMS AMD 29K C Applications Supplement
  • RTEMS Intel i386 C Applications Supplement
  • RTEMS Intel i960 C Applications Supplement @@ -21,6 +25,7 @@
  • RTEMS Hewlett Packard PA-RISC C Applications Supplement
  • RTEMS UNIX Port C Applications Supplement
  • +

  • Copyright © 1997 OAR Corporation 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 @@
    -

    Back to RTEMS On-Line Library.

    +

    Back to the RTEMS On-Line Library.

    Copyright © 1997 OAR Corporation -- cgit v1.2.3