2003-09-19 Joel Sherrill <joel@OARcorp.com>

* HELP.html, index.html.in, rtems_footer.html.in, rtems_header.html.in,
	rtems_support.html.in, ada_user/ada_user.texi: Merge from branch.
	* acinclude.m4, images/rtems_logo.jpg: New files.
	* SUPPORT, tools/texi2www/archive/texi2www-960103.tgz: Removed.
This commit is contained in:
Joel Sherrill
2003-09-19 18:06:31 +00:00
parent 7962e86e93
commit ba6a9ec3b9
11 changed files with 42 additions and 39 deletions

View File

@@ -1,3 +1,10 @@
2003-09-19 Joel Sherrill <joel@OARcorp.com>
* HELP.html, index.html.in, rtems_footer.html.in, rtems_header.html.in,
rtems_support.html.in, ada_user/ada_user.texi: Merge from branch.
* acinclude.m4, images/rtems_logo.jpg: New files.
* SUPPORT, tools/texi2www/archive/texi2www-960103.tgz: Removed.
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Use rtems-bugs@rtems.com as bug report email address. * configure.ac: Use rtems-bugs@rtems.com as bug report email address.

View File

@@ -1,22 +1,21 @@
<HTML> <HTML>
<HEAD><TITLE>RTEMS 4.0.0 On-Line Library</TITLE></HEAD> <HEAD><TITLE>RTEMS 4.0.0 On-Line Library</TITLE></HEAD>
<BODY BGCOLOR="FFFFFF"> <BODY BGCOLOR="FFFFFF">
<A HREF="http://www.oarcorp.com" target="Text Frame"> <A HREF="http://www.rtems.com" target="Text Frame">
<IMG align=right BORDER=0 SRC="oaronly.jpg" ALT="OAR"> </A> <IMG align=right BORDER=0 SRC="rtems_logo.jpg" ALT="RTEMS Logo"> </A>
<H1>RTEMS On-Line Library</H1> <H1>RTEMS On-Line Library</H1>
<HR> <HR>
<BODY> <BODY>
The following supplement manuals do not currently exist: The following supplement manuals do not currently exist:
<MENU> <MENU>
<LI>RTEMS AMD 29K Applications Supplement</LI>
<LI>RTEMS MIPS Applications Supplement</LI> <LI>RTEMS MIPS Applications Supplement</LI>
<LI>RTEMS Hitachi SH Applications Supplement</LI> <LI>RTEMS Hitachi SH Applications Supplement</LI>
<LI>RTEMS UNIX Port Applications Supplement</LI> <LI>RTEMS UNIX Port Applications Supplement</LI>
</MENU> </MENU>
If you have knowledge of the processors used in the above ports and <p>If you have knowledge of the processors used in the above ports and
want to contribute to RTEMS, please contact want to contribute to RTEMS, please contact a member of the
<A HREF="mailto:rtems@OARcorp.com"><I>rtems@OARcorp.com</I></A> RTEMS Steering Committee.</p>
<HR> <HR>
Copyright &copy; 1988-2002 <A HREF="http://www.oarcorp.com" target="Text Frame">OAR Corporation</A> Copyright &copy; 1988-2003 <A HREF="http://www.oarcorp.com" target="Text Frame">OAR Corporation</A>
</BODY></HTML> </BODY></HTML>

View File

@@ -1,22 +0,0 @@
#
# $Id$
#
On-Line Applications Research Corporation (OAR) offers support,
customization, and training for RTEMS. Custom RTEMS development services
includes porting RTEMS to new processors and the development of custom board
support packages and device drivers. In addition, OAR is available
to assist in the development of your real-time embedded application.
For more information, email Mark Johannes at mark@OARcorp.com
or contact OAR at:
On-Line Applications Research Corporation
4910-L Corporate Drive
Huntsville AL 35805
Voice: (205) 722-9985
Fax: (205 722-0985
RTEMS maintenance and development is funded solely by RTEMS users.
The future of RTEMS depends on its user base.

18
doc/acinclude.m4 Normal file
View File

@@ -0,0 +1,18 @@
## _RTEMS_UPDATE_CONDITIONAL(FINAL,TMP)
AC_DEFUN([_RTEMS_UPDATE_CONDITIONAL],[
AS_IF([test -f $1],[
AS_IF([cmp -s $1 $2 2>/dev/null],
[
AC_MSG_NOTICE([$1 is unchanged])
rm -f $$2
],[
AC_MSG_NOTICE([creating $1])
rm -f $1
mv $2 $1
])
],[
AC_MSG_NOTICE([creating $1])
rm -f $1
mv $2 $1
])
])

View File

@@ -27,6 +27,7 @@
@include version.texi @include version.texi
@include common/setup.texi @include common/setup.texi
@include common/rtems.texi
@ifset use-ascii @ifset use-ascii
@dircategory RTEMS On-Line Manual @dircategory RTEMS On-Line Manual

BIN
doc/images/rtems_logo.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

@@ -1,8 +1,8 @@
<HTML> <HTML>
<HEAD><TITLE>RTEMS @VERSION@ On-Line Library</TITLE></HEAD> <HEAD><TITLE>RTEMS @VERSION@ On-Line Library</TITLE></HEAD>
<BODY BGCOLOR="FFFFFF"> <BODY BGCOLOR="FFFFFF">
<A HREF="http://www.oarcorp.com" target="Text Frame"> <A HREF="http://www.rtems.com" target="Text Frame">
<IMG align=right BORDER=0 SRC="images/oaronly.jpg" ALT="OAR"> </A> <IMG align=right BORDER=0 SRC="images/rtems_logo.jpg" ALT="RTEMS Logo"> </A>
<H1>RTEMS @VERSION@ On-Line Library</H1> <H1>RTEMS @VERSION@ On-Line Library</H1>
<HR> <HR>
<BODY> <BODY>
@@ -311,5 +311,5 @@
</MENU> </MENU>
<HR> <HR>
Copyright &copy; 1988-2002 <A HREF="http://www.oarcorp.com" target="Text Frame">OAR Corporation</A> Copyright &copy; 1988-2003 <A HREF="http://www.oarcorp.com" target="Text Frame">OAR Corporation</A>
</BODY></HTML> </BODY></HTML>

View File

@@ -1 +1 @@
<P>Copyright &copy; 1988-2002 <A HREF="http://www.oarcorp.com" target="Text Frame">OAR Corporation</A> <P>Copyright &copy; 1988-2003 <A HREF="http://www.oarcorp.com" target="Text Frame">OAR Corporation</A>

View File

@@ -1,5 +1,5 @@
<BODY BGCOLOR="FFFFFF"> <BODY BGCOLOR="FFFFFF">
<A HREF="http://www.oarcorp.com" target="Text Frame"> <A HREF="http://www.rtems.com" target="Text Frame">
<IMG align=right BORDER=0 SRC="../images/oaronly.jpg" ALT="OAR"> </A> <IMG align=right BORDER=0 SRC="../images/rtems_jpg.jpg" ALT="RTEMS Logo"> </A>
<H1>RTEMS @VERSION@ On-Line Library</H1> <H1>RTEMS @VERSION@ On-Line Library</H1>
<HR> <HR>

View File

@@ -1,12 +1,12 @@
<HTML> <HTML>
<HEAD><TITLE>RTEMS @VERSION@ On-Line Library</TITLE></HEAD> <HEAD><TITLE>RTEMS @VERSION@ On-Line Library</TITLE></HEAD>
<BODY BGCOLOR="FFFFFF"> <BODY BGCOLOR="FFFFFF">
<A HREF="http://www.oarcorp.com" target="Text Frame"> <A HREF="http://www.rtems.com" target="Text Frame">
<IMG align=right BORDER=0 SRC="images/oaronly.jpg" ALT="OAR"> </A> <IMG align=right BORDER=0 SRC="images/rtems_logo.jpg" ALT="RTEMS Logo"> </A>
<H1>RTEMS RTEMS_VERSION On-Line Library</H1> <H1>RTEMS RTEMS_VERSION On-Line Library</H1>
<HR> <HR>
<BODY> <BODY>
<MENU> RTEMS LogoMENU>
<LI><A HREF="FAQ/index.html"> <LI><A HREF="FAQ/index.html">
RTEMS FAQ</A> RTEMS FAQ</A>
<LI><A HREF="c_user/index.html"> <LI><A HREF="c_user/index.html">
@@ -55,5 +55,5 @@
</MENU> </MENU>
<HR> <HR>
Copyright &copy; 1988-2002 <A HREF="http://www.oarcorp.com" target="Text Frame">OAR Corporation</A> Copyright &copy; 1988-2003 <A HREF="http://www.oarcorp.com" target="Text Frame">OAR Corporation</A>
</BODY></HTML> </BODY></HTML>