summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-18 15:10:35 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-18 15:10:35 +0000
commit816539819aafa1b5325202cf5396764ad416a85d (patch)
treeb78e6bb04cc239a16308febceed9db5609860f1c /doc
parent2002-01-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-816539819aafa1b5325202cf5396764ad416a85d.tar.bz2
2002-01-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: include main.am, require automake-1.5.
Diffstat (limited to '')
-rw-r--r--doc/FAQ/ChangeLog4
-rw-r--r--doc/FAQ/Makefile.am3
-rw-r--r--doc/ada_user/ChangeLog4
-rw-r--r--doc/ada_user/Makefile.am3
-rw-r--r--doc/bsp_howto/ChangeLog4
-rw-r--r--doc/bsp_howto/Makefile.am3
-rw-r--r--doc/develenv/ChangeLog4
-rw-r--r--doc/develenv/Makefile.am3
-rw-r--r--doc/filesystem/ChangeLog4
-rw-r--r--doc/filesystem/Makefile.am3
-rw-r--r--doc/itron3.0/ChangeLog4
-rw-r--r--doc/itron3.0/Makefile.am3
-rw-r--r--doc/networking/ChangeLog4
-rw-r--r--doc/networking/Makefile.am4
-rw-r--r--doc/new_chapters/ChangeLog4
-rw-r--r--doc/new_chapters/Makefile.am3
-rw-r--r--doc/porting/ChangeLog4
-rw-r--r--doc/porting/Makefile.am3
-rw-r--r--doc/posix1003.1/ChangeLog4
-rw-r--r--doc/posix1003.1/Makefile.am3
-rw-r--r--doc/posix_users/ChangeLog4
-rw-r--r--doc/posix_users/Makefile.am3
-rw-r--r--doc/relnotes/ChangeLog4
-rw-r--r--doc/relnotes/Makefile.am3
-rw-r--r--doc/rgdb_specs/ChangeLog4
-rw-r--r--doc/rgdb_specs/Makefile.am3
-rw-r--r--doc/rtems_gdb/ChangeLog4
-rw-r--r--doc/rtems_gdb/Makefile.am3
-rw-r--r--doc/started_ada/ChangeLog4
-rw-r--r--doc/started_ada/Makefile.am3
-rw-r--r--doc/user/ChangeLog4
-rw-r--r--doc/user/Makefile.am3
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 <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: include main.am, require automake-1.5.
+
2001-01-17 Joel Sherrill <joel@OARcorp.com>
* .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 <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: include main.am, require automake-1.5.
+
2001-01-17 Joel Sherrill <joel@OARcorp.com>
* .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 <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: include main.am, require automake-1.5.
+
2001-01-17 Joel Sherrill <joel@OARcorp.com>
* .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 <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: include main.am, require automake-1.5.
+
2001-01-17 Joel Sherrill <joel@OARcorp.com>
* .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 <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: include main.am, require automake-1.5.
+
2001-01-17 Joel Sherrill <joel@OARcorp.com>
* .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 <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: include main.am, require automake-1.5.
+
2001-01-17 Joel Sherrill <joel@OARcorp.com>
* .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 <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: include main.am, require automake-1.5.
+
2001-01-17 Joel Sherrill <joel@OARcorp.com>
* .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 <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: include main.am, require automake-1.5.
+
2001-01-17 Joel Sherrill <joel@OARcorp.com>
* .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 <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: include main.am, require automake-1.5.
+
2001-01-17 Joel Sherrill <joel@OARcorp.com>
* .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 <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: include main.am, require automake-1.5.
+
2001-01-17 Joel Sherrill <joel@OARcorp.com>
* .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 <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: include main.am, require automake-1.5.
+
2001-01-17 Joel Sherrill <joel@OARcorp.com>
* .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 <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: include main.am, require automake-1.5.
+
2001-01-17 Joel Sherrill <joel@OARcorp.com>
* .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 <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: include main.am, require automake-1.5.
+
2001-01-17 Joel Sherrill <joel@OARcorp.com>
* .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 <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: include main.am, require automake-1.5.
+
2001-01-17 Joel Sherrill <joel@OARcorp.com>
* .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 <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: include main.am, require automake-1.5.
+
2001-01-17 Joel Sherrill <joel@OARcorp.com>
* .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 <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: include main.am, require automake-1.5.
+
2001-01-17 Joel Sherrill <joel@OARcorp.com>
* .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