From 816539819aafa1b5325202cf5396764ad416a85d Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 18 Jan 2002 15:10:35 +0000 Subject: 2002-01-18 Ralf Corsepius * Makefile.am: include main.am, require automake-1.5. --- doc/FAQ/ChangeLog | 4 ++++ doc/FAQ/Makefile.am | 3 ++- doc/ada_user/ChangeLog | 4 ++++ doc/ada_user/Makefile.am | 3 ++- doc/bsp_howto/ChangeLog | 4 ++++ doc/bsp_howto/Makefile.am | 3 ++- doc/develenv/ChangeLog | 4 ++++ doc/develenv/Makefile.am | 3 ++- doc/filesystem/ChangeLog | 4 ++++ doc/filesystem/Makefile.am | 3 ++- doc/itron3.0/ChangeLog | 4 ++++ doc/itron3.0/Makefile.am | 3 ++- doc/networking/ChangeLog | 4 ++++ doc/networking/Makefile.am | 4 +++- doc/new_chapters/ChangeLog | 4 ++++ doc/new_chapters/Makefile.am | 3 ++- doc/porting/ChangeLog | 4 ++++ doc/porting/Makefile.am | 3 ++- doc/posix1003.1/ChangeLog | 4 ++++ doc/posix1003.1/Makefile.am | 3 ++- doc/posix_users/ChangeLog | 4 ++++ doc/posix_users/Makefile.am | 3 ++- doc/relnotes/ChangeLog | 4 ++++ doc/relnotes/Makefile.am | 3 ++- doc/rgdb_specs/ChangeLog | 4 ++++ doc/rgdb_specs/Makefile.am | 3 ++- doc/rtems_gdb/ChangeLog | 4 ++++ doc/rtems_gdb/Makefile.am | 3 ++- doc/started_ada/ChangeLog | 4 ++++ doc/started_ada/Makefile.am | 3 ++- doc/user/ChangeLog | 4 ++++ doc/user/Makefile.am | 3 ++- 32 files changed, 97 insertions(+), 16 deletions(-) diff --git a/doc/FAQ/ChangeLog b/doc/FAQ/ChangeLog index 80aefe0cce..f0a659506a 100644 --- a/doc/FAQ/ChangeLog +++ b/doc/FAQ/ChangeLog @@ -1,3 +1,7 @@ +2002-01-18 Ralf Corsepius + + * Makefile.am: include main.am, require automake-1.5. + 2001-01-17 Joel Sherrill * .cvsignore: Added rtems_header.html and rtems_footer.html. diff --git a/doc/FAQ/Makefile.am b/doc/FAQ/Makefile.am index b7b3f60c8e..2363c5b915 100644 --- a/doc/FAQ/Makefile.am +++ b/doc/FAQ/Makefile.am @@ -6,12 +6,13 @@ # $Id$ # -AUTOMAKE_OPTIONS = foreign 1.4 +AUTOMAKE_OPTIONS = foreign 1.5 PROJECT = FAQ EDITION = 1 include $(top_srcdir)/project.am +include $(top_srcdir)/main.am GENERATED_FILES = basic.texi tools.texi concepts.texi build45.texi bsp.texi \ debug.texi freesw.texi embeddedinfo.texi hwdebugaids.texi projects.texi \ diff --git a/doc/ada_user/ChangeLog b/doc/ada_user/ChangeLog index 80aefe0cce..f0a659506a 100644 --- a/doc/ada_user/ChangeLog +++ b/doc/ada_user/ChangeLog @@ -1,3 +1,7 @@ +2002-01-18 Ralf Corsepius + + * Makefile.am: include main.am, require automake-1.5. + 2001-01-17 Joel Sherrill * .cvsignore: Added rtems_header.html and rtems_footer.html. diff --git a/doc/ada_user/Makefile.am b/doc/ada_user/Makefile.am index 9a9906be05..fa499a09f0 100644 --- a/doc/ada_user/Makefile.am +++ b/doc/ada_user/Makefile.am @@ -6,12 +6,13 @@ # $Id$ # -AUTOMAKE_OPTIONS = foreign 1.4 +AUTOMAKE_OPTIONS = foreign 1.5 PROJECT = ada_user EDITION = 1 include $(top_srcdir)/project.am +include $(top_srcdir)/main.am COMMON_FILES = $(top_srcdir)/user/bsp.texi $(top_srcdir)/user/clock.texi \ $(top_srcdir)/user/concepts.texi $(top_srcdir)/user/datatypes.texi \ diff --git a/doc/bsp_howto/ChangeLog b/doc/bsp_howto/ChangeLog index 80aefe0cce..f0a659506a 100644 --- a/doc/bsp_howto/ChangeLog +++ b/doc/bsp_howto/ChangeLog @@ -1,3 +1,7 @@ +2002-01-18 Ralf Corsepius + + * Makefile.am: include main.am, require automake-1.5. + 2001-01-17 Joel Sherrill * .cvsignore: Added rtems_header.html and rtems_footer.html. diff --git a/doc/bsp_howto/Makefile.am b/doc/bsp_howto/Makefile.am index 6ea2539122..d016c93b0a 100644 --- a/doc/bsp_howto/Makefile.am +++ b/doc/bsp_howto/Makefile.am @@ -6,12 +6,13 @@ # $Id$ # -AUTOMAKE_OPTIONS = foreign 1.4 +AUTOMAKE_OPTIONS = foreign 1.5 PROJECT = bsp_howto EDITION = 1 include $(top_srcdir)/project.am +include $(top_srcdir)/main.am GENERATED_FILES = intro.texi target.texi makefiles.texi linkcmds.texi \ support.texi adaintr.texi init.texi console.texi clock.texi timer.texi \ diff --git a/doc/develenv/ChangeLog b/doc/develenv/ChangeLog index 4e0f03d579..ccfc6e3eac 100644 --- a/doc/develenv/ChangeLog +++ b/doc/develenv/ChangeLog @@ -1,3 +1,7 @@ +2002-01-18 Ralf Corsepius + + * Makefile.am: include main.am, require automake-1.5. + 2001-01-17 Joel Sherrill * .cvsignore: Added rtems_header.html and rtems_footer.html. diff --git a/doc/develenv/Makefile.am b/doc/develenv/Makefile.am index afe1aaf83f..2a4a89ffd8 100644 --- a/doc/develenv/Makefile.am +++ b/doc/develenv/Makefile.am @@ -6,12 +6,13 @@ # $Id$ # -AUTOMAKE_OPTIONS = foreign 1.4 +AUTOMAKE_OPTIONS = foreign 1.5 PROJECT = develenv EDITION = 1 include $(top_srcdir)/project.am +include $(top_srcdir)/main.am FILES = compile.texi direct.texi intro.texi sample.texi utils.texi diff --git a/doc/filesystem/ChangeLog b/doc/filesystem/ChangeLog index 80aefe0cce..f0a659506a 100644 --- a/doc/filesystem/ChangeLog +++ b/doc/filesystem/ChangeLog @@ -1,3 +1,7 @@ +2002-01-18 Ralf Corsepius + + * Makefile.am: include main.am, require automake-1.5. + 2001-01-17 Joel Sherrill * .cvsignore: Added rtems_header.html and rtems_footer.html. diff --git a/doc/filesystem/Makefile.am b/doc/filesystem/Makefile.am index 9a5f888768..9582fa543e 100644 --- a/doc/filesystem/Makefile.am +++ b/doc/filesystem/Makefile.am @@ -6,12 +6,13 @@ # $Id$ # -AUTOMAKE_OPTIONS = foreign 1.4 +AUTOMAKE_OPTIONS = foreign 1.5 PROJECT = filesystem EDITION = 1 include $(top_srcdir)/project.am +include $(top_srcdir)/main.am BMENU2 += -c diff --git a/doc/itron3.0/ChangeLog b/doc/itron3.0/ChangeLog index 80aefe0cce..f0a659506a 100644 --- a/doc/itron3.0/ChangeLog +++ b/doc/itron3.0/ChangeLog @@ -1,3 +1,7 @@ +2002-01-18 Ralf Corsepius + + * Makefile.am: include main.am, require automake-1.5. + 2001-01-17 Joel Sherrill * .cvsignore: Added rtems_header.html and rtems_footer.html. diff --git a/doc/itron3.0/Makefile.am b/doc/itron3.0/Makefile.am index 4c371dfab7..06eee0855c 100644 --- a/doc/itron3.0/Makefile.am +++ b/doc/itron3.0/Makefile.am @@ -6,12 +6,13 @@ # $Id$ # -AUTOMAKE_OPTIONS = foreign 1.4 +AUTOMAKE_OPTIONS = foreign 1.5 PROJECT = itron EDITION = 1 include $(top_srcdir)/project.am +include $(top_srcdir)/main.am COMMON_FILES = $(top_srcdir)/common/setup.texi diff --git a/doc/networking/ChangeLog b/doc/networking/ChangeLog index 80aefe0cce..f0a659506a 100644 --- a/doc/networking/ChangeLog +++ b/doc/networking/ChangeLog @@ -1,3 +1,7 @@ +2002-01-18 Ralf Corsepius + + * Makefile.am: include main.am, require automake-1.5. + 2001-01-17 Joel Sherrill * .cvsignore: Added rtems_header.html and rtems_footer.html. diff --git a/doc/networking/Makefile.am b/doc/networking/Makefile.am index b252d6bf79..9f0b061557 100644 --- a/doc/networking/Makefile.am +++ b/doc/networking/Makefile.am @@ -6,11 +6,13 @@ # $Id$ # -AUTOMAKE_OPTIONS = foreign 1.4 +AUTOMAKE_OPTIONS = foreign 1.5 PROJECT = networking EDITION = 1 + include $(top_srcdir)/project.am +include $(top_srcdir)/main.am BMENU2 += -c diff --git a/doc/new_chapters/ChangeLog b/doc/new_chapters/ChangeLog index 80aefe0cce..f0a659506a 100644 --- a/doc/new_chapters/ChangeLog +++ b/doc/new_chapters/ChangeLog @@ -1,3 +1,7 @@ +2002-01-18 Ralf Corsepius + + * Makefile.am: include main.am, require automake-1.5. + 2001-01-17 Joel Sherrill * .cvsignore: Added rtems_header.html and rtems_footer.html. diff --git a/doc/new_chapters/Makefile.am b/doc/new_chapters/Makefile.am index ba1408a7ff..1776ba5093 100644 --- a/doc/new_chapters/Makefile.am +++ b/doc/new_chapters/Makefile.am @@ -6,12 +6,13 @@ # $Id$ # -AUTOMAKE_OPTIONS = foreign 1.4 +AUTOMAKE_OPTIONS = foreign 1.5 PROJECT = new_chapters EDITION = 1 include $(top_srcdir)/project.am +include $(top_srcdir)/main.am GENERATED_FILES = adminiface.texi confspace.texi dumpcontrol.texi \ eventlog.texi stackchk.texi rtmonuse.texi cpuuse.texi error.texi \ diff --git a/doc/porting/ChangeLog b/doc/porting/ChangeLog index 80aefe0cce..f0a659506a 100644 --- a/doc/porting/ChangeLog +++ b/doc/porting/ChangeLog @@ -1,3 +1,7 @@ +2002-01-18 Ralf Corsepius + + * Makefile.am: include main.am, require automake-1.5. + 2001-01-17 Joel Sherrill * .cvsignore: Added rtems_header.html and rtems_footer.html. diff --git a/doc/porting/Makefile.am b/doc/porting/Makefile.am index 695969af40..ed06d50ded 100644 --- a/doc/porting/Makefile.am +++ b/doc/porting/Makefile.am @@ -6,12 +6,13 @@ # $Id$ # -AUTOMAKE_OPTIONS = foreign 1.4 +AUTOMAKE_OPTIONS = foreign 1.5 PROJECT = porting EDITION = 1 include $(top_srcdir)/project.am +include $(top_srcdir)/main.am FILES = preface.texi developtools.texi sourcecode.texi cpumodels.texi \ cpuinit.texi interrupts.texi taskcontext.texi idlethread.texi \ diff --git a/doc/posix1003.1/ChangeLog b/doc/posix1003.1/ChangeLog index 80aefe0cce..f0a659506a 100644 --- a/doc/posix1003.1/ChangeLog +++ b/doc/posix1003.1/ChangeLog @@ -1,3 +1,7 @@ +2002-01-18 Ralf Corsepius + + * Makefile.am: include main.am, require automake-1.5. + 2001-01-17 Joel Sherrill * .cvsignore: Added rtems_header.html and rtems_footer.html. diff --git a/doc/posix1003.1/Makefile.am b/doc/posix1003.1/Makefile.am index 034370e2e6..6ce30b8bc2 100644 --- a/doc/posix1003.1/Makefile.am +++ b/doc/posix1003.1/Makefile.am @@ -6,12 +6,13 @@ # $Id$ # -AUTOMAKE_OPTIONS = foreign 1.4 +AUTOMAKE_OPTIONS = foreign 1.5 PROJECT = posix1003_1 EDITION = 1 include $(top_srcdir)/project.am +include $(top_srcdir)/main.am GENERATED_FILES = ch01.texi ch02.texi ch03.texi ch04.texi ch05.texi \ ch06.texi ch07.texi ch08.texi ch09.texi ch10.texi ch11.texi ch12.texi \ diff --git a/doc/posix_users/ChangeLog b/doc/posix_users/ChangeLog index 80aefe0cce..f0a659506a 100644 --- a/doc/posix_users/ChangeLog +++ b/doc/posix_users/ChangeLog @@ -1,3 +1,7 @@ +2002-01-18 Ralf Corsepius + + * Makefile.am: include main.am, require automake-1.5. + 2001-01-17 Joel Sherrill * .cvsignore: Added rtems_header.html and rtems_footer.html. diff --git a/doc/posix_users/Makefile.am b/doc/posix_users/Makefile.am index 760f8b14b5..514ebc09a7 100644 --- a/doc/posix_users/Makefile.am +++ b/doc/posix_users/Makefile.am @@ -6,12 +6,13 @@ # $Id$ # -AUTOMAKE_OPTIONS = foreign 1.4 +AUTOMAKE_OPTIONS = foreign 1.5 PROJECT = posix_users EDITION = 1 include $(top_srcdir)/project.am +include $(top_srcdir)/main.am GENERATED_FILES = cancel.texi clock.texi cond.texi cspecific.texi \ device.texi files.texi io.texi key.texi memorymgmt.texi message.texi \ diff --git a/doc/relnotes/ChangeLog b/doc/relnotes/ChangeLog index 4e0f03d579..ccfc6e3eac 100644 --- a/doc/relnotes/ChangeLog +++ b/doc/relnotes/ChangeLog @@ -1,3 +1,7 @@ +2002-01-18 Ralf Corsepius + + * Makefile.am: include main.am, require automake-1.5. + 2001-01-17 Joel Sherrill * .cvsignore: Added rtems_header.html and rtems_footer.html. diff --git a/doc/relnotes/Makefile.am b/doc/relnotes/Makefile.am index 0b1f481c7a..b22584adf6 100644 --- a/doc/relnotes/Makefile.am +++ b/doc/relnotes/Makefile.am @@ -6,12 +6,13 @@ # $Id$ # -AUTOMAKE_OPTIONS = foreign 1.4 +AUTOMAKE_OPTIONS = foreign 1.5 PROJECT = relnotes EDITION = 1 include $(top_srcdir)/project.am +include $(top_srcdir)/main.am COMMON_FILES = $(top_srcdir)/common/setup.texi \ $(top_srcdir)/common/cpright.texi diff --git a/doc/rgdb_specs/ChangeLog b/doc/rgdb_specs/ChangeLog index 80aefe0cce..f0a659506a 100644 --- a/doc/rgdb_specs/ChangeLog +++ b/doc/rgdb_specs/ChangeLog @@ -1,3 +1,7 @@ +2002-01-18 Ralf Corsepius + + * Makefile.am: include main.am, require automake-1.5. + 2001-01-17 Joel Sherrill * .cvsignore: Added rtems_header.html and rtems_footer.html. diff --git a/doc/rgdb_specs/Makefile.am b/doc/rgdb_specs/Makefile.am index d97f452b64..411cee50b5 100644 --- a/doc/rgdb_specs/Makefile.am +++ b/doc/rgdb_specs/Makefile.am @@ -6,12 +6,13 @@ # $Id$ # -AUTOMAKE_OPTIONS = foreign 1.4 +AUTOMAKE_OPTIONS = foreign 1.5 PROJECT = rgdb_specs EDITION = 1 include $(top_srcdir)/project.am +include $(top_srcdir)/main.am GENERATED_FILES = intro.texi revision.texi objectives.texi gdbinternals.texi \ interfacing.texi comm.texi daemon.texi conclusion.texi diff --git a/doc/rtems_gdb/ChangeLog b/doc/rtems_gdb/ChangeLog index 80aefe0cce..f0a659506a 100644 --- a/doc/rtems_gdb/ChangeLog +++ b/doc/rtems_gdb/ChangeLog @@ -1,3 +1,7 @@ +2002-01-18 Ralf Corsepius + + * Makefile.am: include main.am, require automake-1.5. + 2001-01-17 Joel Sherrill * .cvsignore: Added rtems_header.html and rtems_footer.html. diff --git a/doc/rtems_gdb/Makefile.am b/doc/rtems_gdb/Makefile.am index 6dae99b188..3f8d709119 100644 --- a/doc/rtems_gdb/Makefile.am +++ b/doc/rtems_gdb/Makefile.am @@ -6,12 +6,13 @@ # $Id$ # -AUTOMAKE_OPTIONS = foreign 1.4 +AUTOMAKE_OPTIONS = foreign 1.5 PROJECT = rtems_gdb EDITION = 1 include $(top_srcdir)/project.am +include $(top_srcdir)/main.am GENERATED_FILES = intro.texi swarch.texi started.texi commands.texi \ trouble.texi example.texi diff --git a/doc/started_ada/ChangeLog b/doc/started_ada/ChangeLog index 80aefe0cce..f0a659506a 100644 --- a/doc/started_ada/ChangeLog +++ b/doc/started_ada/ChangeLog @@ -1,3 +1,7 @@ +2002-01-18 Ralf Corsepius + + * Makefile.am: include main.am, require automake-1.5. + 2001-01-17 Joel Sherrill * .cvsignore: Added rtems_header.html and rtems_footer.html. diff --git a/doc/started_ada/Makefile.am b/doc/started_ada/Makefile.am index 152b10007e..5ff7a040ac 100644 --- a/doc/started_ada/Makefile.am +++ b/doc/started_ada/Makefile.am @@ -6,12 +6,13 @@ # $Id$ # -AUTOMAKE_OPTIONS = foreign 1.4 +AUTOMAKE_OPTIONS = foreign 1.5 PROJECT = started_ada EDITION = 1 include $(top_srcdir)/project.am +include $(top_srcdir)/main.am GENERATED_FILES = buildada.texi buildrt.texi gdb.texi intro.texi \ require.texi sample.texi diff --git a/doc/user/ChangeLog b/doc/user/ChangeLog index d422895abc..29cc4690ab 100644 --- a/doc/user/ChangeLog +++ b/doc/user/ChangeLog @@ -1,3 +1,7 @@ +2002-01-18 Ralf Corsepius + + * Makefile.am: include main.am, require automake-1.5. + 2001-01-17 Joel Sherrill * .cvsignore: Added rtems_header.html and rtems_footer.html. diff --git a/doc/user/Makefile.am b/doc/user/Makefile.am index aef43a7de7..62e4ab19a2 100644 --- a/doc/user/Makefile.am +++ b/doc/user/Makefile.am @@ -6,12 +6,13 @@ # $Id$ # -AUTOMAKE_OPTIONS = foreign 1.4 +AUTOMAKE_OPTIONS = foreign 1.5 PROJECT = c_user EDITION = 1 include $(top_srcdir)/project.am +include $(top_srcdir)/main.am FILES = bsp.texi dirstat.texi example.texi glossary.texi preface.texi -- cgit v1.2.3