summaryrefslogtreecommitdiffstats
path: root/doc/tools
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-17 21:47:47 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-17 21:47:47 +0000
commit6449498bc7dea93900d6980a66af64c9116ef597 (patch)
tree7d89881d70af765dc7ad549095fb9f5f381cba6f /doc/tools
parent2002-02-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-6449498bc7dea93900d6980a66af64c9116ef597.tar.bz2
2001-01-17 Joel Sherrill <joel@OARcorp.com>
* SUPPORT, LICENSE: New files. * Numerous files touched as part of merging the 4.5 branch onto the mainline development trunk and ensuring that the script that cuts snapshots and releases works on the documentation.
Diffstat (limited to 'doc/tools')
-rw-r--r--doc/tools/bmenu/Makefile.am2
-rw-r--r--doc/tools/bmenu/address.h2
-rw-r--r--doc/tools/bmenu/address.inl2
-rw-r--r--doc/tools/bmenu/base.h2
-rw-r--r--doc/tools/bmenu/bmenu2.c2
-rw-r--r--doc/tools/bmenu/chain.c2
-rw-r--r--doc/tools/bmenu/chain.h2
-rw-r--r--doc/tools/bmenu/chain.inl2
-rw-r--r--doc/tools/bmenu/isr.h2
-rw-r--r--doc/tools/bmenu/system.h2
-rw-r--r--doc/tools/pdl2texi/Makefile.am2
-rw-r--r--doc/tools/src2html/Makefile.am2
-rw-r--r--doc/tools/texi2www/Makefile.am2
-rwxr-xr-xdoc/tools/texi2www/texi2www1
-rw-r--r--doc/tools/texi2www/texi2www.texi1
15 files changed, 15 insertions, 13 deletions
diff --git a/doc/tools/bmenu/Makefile.am b/doc/tools/bmenu/Makefile.am
index 1be05d78ee..fb9021bb3e 100644
--- a/doc/tools/bmenu/Makefile.am
+++ b/doc/tools/bmenu/Makefile.am
@@ -1,5 +1,5 @@
#
-# COPYRIGHT (c) 1988-1998.
+# COPYRIGHT (c) 1988-2002.
# On-Line Applications Research Corporation (OAR).
# All rights reserved.
#
diff --git a/doc/tools/bmenu/address.h b/doc/tools/bmenu/address.h
index 91aa6f3d82..1b26544f87 100644
--- a/doc/tools/bmenu/address.h
+++ b/doc/tools/bmenu/address.h
@@ -3,7 +3,7 @@
* This include file contains the information required to manipulate
* physical addresses.
*
- * COPYRIGHT (c) 1988-1999.
+ * COPYRIGHT (c) 1988-2002.
* On-Line Applications Research Corporation (OAR).
* All rights reserved.
*
diff --git a/doc/tools/bmenu/address.inl b/doc/tools/bmenu/address.inl
index bf3d3ff38b..220e5fe2e0 100644
--- a/doc/tools/bmenu/address.inl
+++ b/doc/tools/bmenu/address.inl
@@ -3,7 +3,7 @@
* This include file contains the bodies of the routines
* about addresses which are inlined.
*
- * COPYRIGHT (c) 1988-1999.
+ * COPYRIGHT (c) 1988-2002.
* On-Line Applications Research Corporation (OAR).
* All rights reserved.
*
diff --git a/doc/tools/bmenu/base.h b/doc/tools/bmenu/base.h
index 1720cb814a..09e491628f 100644
--- a/doc/tools/bmenu/base.h
+++ b/doc/tools/bmenu/base.h
@@ -1,5 +1,5 @@
/*
- * COPYRIGHT (c) 1988-1999.
+ * COPYRIGHT (c) 1988-2002.
* On-Line Applications Research Corporation (OAR).
* All rights reserved.
*
diff --git a/doc/tools/bmenu/bmenu2.c b/doc/tools/bmenu/bmenu2.c
index 677196c892..8004de59c2 100644
--- a/doc/tools/bmenu/bmenu2.c
+++ b/doc/tools/bmenu/bmenu2.c
@@ -12,7 +12,7 @@
* + previous of the first node
* + next of the last node
*
- * COPYRIGHT (c) 1988-1999.
+ * COPYRIGHT (c) 1988-2002.
* On-Line Applications Research Corporation (OAR).
* All rights reserved.
*
diff --git a/doc/tools/bmenu/chain.c b/doc/tools/bmenu/chain.c
index b8f13b51f7..ba77ba2605 100644
--- a/doc/tools/bmenu/chain.c
+++ b/doc/tools/bmenu/chain.c
@@ -1,7 +1,7 @@
/*
* Chain Handler
*
- * COPYRIGHT (c) 1988-1999.
+ * COPYRIGHT (c) 1988-2002.
* On-Line Applications Research Corporation (OAR).
* All rights reserved.
*
diff --git a/doc/tools/bmenu/chain.h b/doc/tools/bmenu/chain.h
index b2858ba41e..8f8574e239 100644
--- a/doc/tools/bmenu/chain.h
+++ b/doc/tools/bmenu/chain.h
@@ -3,7 +3,7 @@
* This include file contains all the constants and structures associated
* with the Doubly Linked Chain Handler.
*
- * COPYRIGHT (c) 1988-1999.
+ * COPYRIGHT (c) 1988-2002.
* On-Line Applications Research Corporation (OAR).
* All rights reserved.
*
diff --git a/doc/tools/bmenu/chain.inl b/doc/tools/bmenu/chain.inl
index 577c765603..db9bc57fed 100644
--- a/doc/tools/bmenu/chain.inl
+++ b/doc/tools/bmenu/chain.inl
@@ -3,7 +3,7 @@
* This include file contains the bodies of the routines which are
* associated with doubly linked chains and inlined.
*
- * COPYRIGHT (c) 1988-1999.
+ * COPYRIGHT (c) 1988-2002.
* On-Line Applications Research Corporation (OAR).
* All rights reserved.
*
diff --git a/doc/tools/bmenu/isr.h b/doc/tools/bmenu/isr.h
index 855683f056..33eaefb127 100644
--- a/doc/tools/bmenu/isr.h
+++ b/doc/tools/bmenu/isr.h
@@ -1,5 +1,5 @@
/*
- * COPYRIGHT (c) 1988-1999.
+ * COPYRIGHT (c) 1988-2002.
* On-Line Applications Research Corporation (OAR).
* All rights reserved.
*
diff --git a/doc/tools/bmenu/system.h b/doc/tools/bmenu/system.h
index 2eb8acafbf..cfc84e6333 100644
--- a/doc/tools/bmenu/system.h
+++ b/doc/tools/bmenu/system.h
@@ -1,5 +1,5 @@
/*
- * COPYRIGHT (c) 1988-1999.
+ * COPYRIGHT (c) 1988-2002.
* On-Line Applications Research Corporation (OAR).
* All rights reserved.
*
diff --git a/doc/tools/pdl2texi/Makefile.am b/doc/tools/pdl2texi/Makefile.am
index f31dceeb82..12552bb7cd 100644
--- a/doc/tools/pdl2texi/Makefile.am
+++ b/doc/tools/pdl2texi/Makefile.am
@@ -1,5 +1,5 @@
#
-# COPYRIGHT (c) 1996-1997.
+# COPYRIGHT (c) 1996-2000.
# On-Line Applications Research Corporation (OAR).
# All rights reserved.
#
diff --git a/doc/tools/src2html/Makefile.am b/doc/tools/src2html/Makefile.am
index 4fd0526138..2e9cb2c9aa 100644
--- a/doc/tools/src2html/Makefile.am
+++ b/doc/tools/src2html/Makefile.am
@@ -1,5 +1,5 @@
#
-# COPYRIGHT (c) 1988-1998.
+# COPYRIGHT (c) 1988-2002.
# On-Line Applications Research Corporation (OAR).
# All rights reserved.
#
diff --git a/doc/tools/texi2www/Makefile.am b/doc/tools/texi2www/Makefile.am
index 47efd26ed9..8177887e01 100644
--- a/doc/tools/texi2www/Makefile.am
+++ b/doc/tools/texi2www/Makefile.am
@@ -1,5 +1,5 @@
#
-# COPYRIGHT (c) 1988-1998.
+# COPYRIGHT (c) 1988-2002.
# On-Line Applications Research Corporation (OAR).
# All rights reserved.
#
diff --git a/doc/tools/texi2www/texi2www b/doc/tools/texi2www/texi2www
index e4e291bf0f..dbce9a7f19 100755
--- a/doc/tools/texi2www/texi2www
+++ b/doc/tools/texi2www/texi2www
@@ -1179,6 +1179,7 @@ sub initialize_tables
'page', 1,
'paragraphindent', 1,
'setchapternewpage', 1,
+ 'setcontentsaftertitlepage', 1,
'setfilename', 1,
'shortcontents', 1,
'shorttitlepage', 1,
diff --git a/doc/tools/texi2www/texi2www.texi b/doc/tools/texi2www/texi2www.texi
index 753f64abb3..3a0f54d5a0 100644
--- a/doc/tools/texi2www/texi2www.texi
+++ b/doc/tools/texi2www/texi2www.texi
@@ -3,6 +3,7 @@
@comment %**start of header
@setfilename texi2www
@settitle texi2www user's guide
+@setcontentsaftertitlepage
@comment %**end of header
@finalout