From 6449498bc7dea93900d6980a66af64c9116ef597 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 17 Jan 2002 21:47:47 +0000 Subject: 2001-01-17 Joel Sherrill * 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. --- doc/tools/bmenu/Makefile.am | 2 +- doc/tools/bmenu/address.h | 2 +- doc/tools/bmenu/address.inl | 2 +- doc/tools/bmenu/base.h | 2 +- doc/tools/bmenu/bmenu2.c | 2 +- doc/tools/bmenu/chain.c | 2 +- doc/tools/bmenu/chain.h | 2 +- doc/tools/bmenu/chain.inl | 2 +- doc/tools/bmenu/isr.h | 2 +- doc/tools/bmenu/system.h | 2 +- doc/tools/pdl2texi/Makefile.am | 2 +- doc/tools/src2html/Makefile.am | 2 +- doc/tools/texi2www/Makefile.am | 2 +- doc/tools/texi2www/texi2www | 1 + doc/tools/texi2www/texi2www.texi | 1 + 15 files changed, 15 insertions(+), 13 deletions(-) (limited to 'doc/tools') 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 -- cgit v1.2.3