summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/FAQ/ChangeLog4
-rw-r--r--doc/FAQ/Makefile.am1
-rw-r--r--doc/ada_user/ChangeLog4
-rw-r--r--doc/ada_user/Makefile.am1
-rw-r--r--doc/bsp_howto/ChangeLog4
-rw-r--r--doc/bsp_howto/Makefile.am1
-rw-r--r--doc/develenv/ChangeLog4
-rw-r--r--doc/develenv/Makefile.am1
-rw-r--r--doc/filesystem/ChangeLog4
-rw-r--r--doc/filesystem/Makefile.am1
-rw-r--r--doc/gnu_docs/ChangeLog4
-rw-r--r--doc/gnu_docs/Makefile.am1
-rw-r--r--doc/itron3.0/ChangeLog4
-rw-r--r--doc/itron3.0/Makefile.am1
-rw-r--r--doc/networking/ChangeLog4
-rw-r--r--doc/networking/Makefile.am1
-rw-r--r--doc/new_chapters/ChangeLog4
-rw-r--r--doc/new_chapters/Makefile.am1
-rw-r--r--doc/porting/ChangeLog4
-rw-r--r--doc/porting/Makefile.am1
-rw-r--r--doc/posix1003.1/ChangeLog4
-rw-r--r--doc/posix1003.1/Makefile.am1
-rw-r--r--doc/posix_users/ChangeLog4
-rw-r--r--doc/posix_users/Makefile.am1
-rw-r--r--doc/relnotes/ChangeLog4
-rw-r--r--doc/relnotes/Makefile.am1
-rw-r--r--doc/rgdb_specs/ChangeLog4
-rw-r--r--doc/rgdb_specs/Makefile.am1
-rw-r--r--doc/rtems_gdb/ChangeLog4
-rw-r--r--doc/rtems_gdb/Makefile.am1
-rw-r--r--doc/started/ChangeLog4
-rw-r--r--doc/started/Makefile.am1
-rw-r--r--doc/started_ada/ChangeLog4
-rw-r--r--doc/started_ada/Makefile.am1
-rw-r--r--doc/supplements/ChangeLog4
-rw-r--r--doc/supplements/Makefile.am1
-rw-r--r--doc/supplements/arm/ChangeLog4
-rw-r--r--doc/supplements/arm/Makefile.am1
-rw-r--r--doc/supplements/c4x/ChangeLog4
-rw-r--r--doc/supplements/c4x/Makefile.am1
-rw-r--r--doc/supplements/i386/ChangeLog4
-rw-r--r--doc/supplements/i386/Makefile.am1
-rw-r--r--doc/supplements/i960/ChangeLog4
-rw-r--r--doc/supplements/i960/Makefile.am1
-rw-r--r--doc/supplements/m68k/ChangeLog4
-rw-r--r--doc/supplements/m68k/Makefile.am1
-rw-r--r--doc/supplements/mips/ChangeLog4
-rw-r--r--doc/supplements/mips/Makefile.am1
-rw-r--r--doc/supplements/mips64orion/ChangeLog4
-rw-r--r--doc/supplements/mips64orion/Makefile.am1
-rw-r--r--doc/supplements/powerpc/ChangeLog4
-rw-r--r--doc/supplements/powerpc/Makefile.am1
-rw-r--r--doc/supplements/sh/ChangeLog4
-rw-r--r--doc/supplements/sh/Makefile.am1
-rw-r--r--doc/supplements/sparc/ChangeLog4
-rw-r--r--doc/supplements/sparc/Makefile.am1
-rw-r--r--doc/supplements/template/ChangeLog4
-rw-r--r--doc/supplements/template/Makefile.am1
-rw-r--r--doc/tools/bmenu/ChangeLog4
-rw-r--r--doc/tools/bmenu/Makefile.am2
-rw-r--r--doc/tools/texi2www/ChangeLog4
-rw-r--r--doc/tools/texi2www/Makefile.am1
-rw-r--r--doc/user/ChangeLog4
-rw-r--r--doc/user/Makefile.am1
64 files changed, 128 insertions, 33 deletions
diff --git a/doc/FAQ/ChangeLog b/doc/FAQ/ChangeLog
index 46063e0d02..a0d90c7592 100644
--- a/doc/FAQ/ChangeLog
+++ b/doc/FAQ/ChangeLog
@@ -1,3 +1,7 @@
+2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: Cosmetics.
+
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Cosmetics.
diff --git a/doc/FAQ/Makefile.am b/doc/FAQ/Makefile.am
index 05b44fd53a..d031b13589 100644
--- a/doc/FAQ/Makefile.am
+++ b/doc/FAQ/Makefile.am
@@ -86,4 +86,3 @@ CLEANFILES += FAQ.info FAQ.info-?
EXTRA_DIST = entry basic.t bsp.t build45.t concepts.t debug.t embeddedinfo.t \
endoftime.t freesw.t hwdebugaids.t projects.t tools.t
-
diff --git a/doc/ada_user/ChangeLog b/doc/ada_user/ChangeLog
index 7ca718ff8a..b9fa59b5fd 100644
--- a/doc/ada_user/ChangeLog
+++ b/doc/ada_user/ChangeLog
@@ -1,3 +1,7 @@
+2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: Cosmetics.
+
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Cosmetics.
diff --git a/doc/ada_user/Makefile.am b/doc/ada_user/Makefile.am
index 98e87abf68..df6cc42744 100644
--- a/doc/ada_user/Makefile.am
+++ b/doc/ada_user/Makefile.am
@@ -53,4 +53,3 @@ $(PROJECT).dvi: rtemspie.eps states.eps
PDF_IMAGES = rtemspie.pdf states.pdf
CLEANFILES += ada_user.info ada_user.info-? ada_user.info-??
-
diff --git a/doc/bsp_howto/ChangeLog b/doc/bsp_howto/ChangeLog
index b3f19cd9f6..3527950f29 100644
--- a/doc/bsp_howto/ChangeLog
+++ b/doc/bsp_howto/ChangeLog
@@ -1,3 +1,7 @@
+2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: Cosmetics.
+
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Cosmetics.
diff --git a/doc/bsp_howto/Makefile.am b/doc/bsp_howto/Makefile.am
index 586144676e..dadfcac6f4 100644
--- a/doc/bsp_howto/Makefile.am
+++ b/doc/bsp_howto/Makefile.am
@@ -125,4 +125,3 @@ EXTRA_DIST = adaintr.t analog.t clock.t console.t discrete.t init.t intro.t \
timer.t
CLEANFILES += bsp_howto.info bsp_howto.info-?
-
diff --git a/doc/develenv/ChangeLog b/doc/develenv/ChangeLog
index f7b781e223..b44808dc57 100644
--- a/doc/develenv/ChangeLog
+++ b/doc/develenv/ChangeLog
@@ -1,3 +1,7 @@
+2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: Cosmetics.
+
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Cosmetics.
diff --git a/doc/develenv/Makefile.am b/doc/develenv/Makefile.am
index 2587da1b31..1e562da861 100644
--- a/doc/develenv/Makefile.am
+++ b/doc/develenv/Makefile.am
@@ -37,4 +37,3 @@ $(srcdir)/utils.texi: utils.t
-n "Command and Variable Index" < $< > $@
CLEANFILES += develenv.info
-
diff --git a/doc/filesystem/ChangeLog b/doc/filesystem/ChangeLog
index 733b735394..457816e301 100644
--- a/doc/filesystem/ChangeLog
+++ b/doc/filesystem/ChangeLog
@@ -1,3 +1,7 @@
+2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: Cosmetics.
+
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Cosmetics.
diff --git a/doc/filesystem/Makefile.am b/doc/filesystem/Makefile.am
index a818b71ad0..e249a071ce 100644
--- a/doc/filesystem/Makefile.am
+++ b/doc/filesystem/Makefile.am
@@ -67,4 +67,3 @@ EXTRA_DIST = fsrequirements.t imfs.t init.t miniimfs.t mounting.t patheval.t \
syscalls.t tftp.t
CLEANFILES += filesystem.info filesystem.info-?
-
diff --git a/doc/gnu_docs/ChangeLog b/doc/gnu_docs/ChangeLog
index 217d0346aa..00202c15a7 100644
--- a/doc/gnu_docs/ChangeLog
+++ b/doc/gnu_docs/ChangeLog
@@ -1,3 +1,7 @@
+2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: Cosmetics.
+
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Cosmetics.
diff --git a/doc/gnu_docs/Makefile.am b/doc/gnu_docs/Makefile.am
index 0cc922461a..ea8a0584bc 100644
--- a/doc/gnu_docs/Makefile.am
+++ b/doc/gnu_docs/Makefile.am
@@ -3,4 +3,3 @@
EXTRA_DIST = gnu_footer.html mk_install_dir Tool_Doc_Instructions \
gnu_header.html refcard.html gen_docs index.html rtems_tools_index.html \
gen_docs
-
diff --git a/doc/itron3.0/ChangeLog b/doc/itron3.0/ChangeLog
index 252382c92a..e0dc9a7e8d 100644
--- a/doc/itron3.0/ChangeLog
+++ b/doc/itron3.0/ChangeLog
@@ -1,3 +1,7 @@
+2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: Cosmetics.
+
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Cosmetics.
diff --git a/doc/itron3.0/Makefile.am b/doc/itron3.0/Makefile.am
index a740dc944c..e74e61f363 100644
--- a/doc/itron3.0/Makefile.am
+++ b/doc/itron3.0/Makefile.am
@@ -101,4 +101,3 @@ EXTRA_DIST = config.t eventflags.t fixedblock.t interrupt.t mailbox.t \
task.t tasksync.t time.t $(noinst_SCRIPTS)
CLEANFILES += itron.info itron.info-?
-
diff --git a/doc/networking/ChangeLog b/doc/networking/ChangeLog
index 5189123d37..b9254c1e5e 100644
--- a/doc/networking/ChangeLog
+++ b/doc/networking/ChangeLog
@@ -1,3 +1,7 @@
+2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: Cosmetics.
+
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Cosmetics.
diff --git a/doc/networking/Makefile.am b/doc/networking/Makefile.am
index 37127d66f7..4cdec6e69f 100644
--- a/doc/networking/Makefile.am
+++ b/doc/networking/Makefile.am
@@ -69,4 +69,3 @@ EXTRA_DIST = decdriver.t driver.t networkapp.t networktasks.t servers.t \
testing.t $(PICTURE_FILES)
CLEANFILES += networking.info networking.info-?
-
diff --git a/doc/new_chapters/ChangeLog b/doc/new_chapters/ChangeLog
index 4689676862..5f2971f6e0 100644
--- a/doc/new_chapters/ChangeLog
+++ b/doc/new_chapters/ChangeLog
@@ -1,3 +1,7 @@
+2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: Cosmetics.
+
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Cosmetics.
diff --git a/doc/new_chapters/Makefile.am b/doc/new_chapters/Makefile.am
index 9dc92d9454..a79a23a9c3 100644
--- a/doc/new_chapters/Makefile.am
+++ b/doc/new_chapters/Makefile.am
@@ -75,4 +75,3 @@ EXTRA_DIST = adminiface.t base.t confspace.t cpuuse.t dumpcontrol.t error.t \
$(noinst_SCRIPTS)
CLEANFILES += new_chapters.info new_chapters.info-?
-
diff --git a/doc/porting/ChangeLog b/doc/porting/ChangeLog
index c46ecda8bd..85500d0bc7 100644
--- a/doc/porting/ChangeLog
+++ b/doc/porting/ChangeLog
@@ -1,3 +1,7 @@
+2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: Cosmetics.
+
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Cosmetics.
diff --git a/doc/porting/Makefile.am b/doc/porting/Makefile.am
index 19a2f7d049..fa58dc5f89 100644
--- a/doc/porting/Makefile.am
+++ b/doc/porting/Makefile.am
@@ -80,4 +80,3 @@ EXTRA_DIST = codetuning.t cpuinit.t cpumodels.t developtools.t idlethread.t \
taskcontext.t
CLEANFILES += porting.info porting.info-?
-
diff --git a/doc/posix1003.1/ChangeLog b/doc/posix1003.1/ChangeLog
index 54966539e2..2637f87af7 100644
--- a/doc/posix1003.1/ChangeLog
+++ b/doc/posix1003.1/ChangeLog
@@ -1,3 +1,7 @@
+2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: Cosmetics.
+
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Cosmetics.
diff --git a/doc/posix1003.1/Makefile.am b/doc/posix1003.1/Makefile.am
index d6eccba0fe..ca6ad0644a 100644
--- a/doc/posix1003.1/Makefile.am
+++ b/doc/posix1003.1/Makefile.am
@@ -127,4 +127,3 @@ EXTRA_DIST = ch01.t ch02.t ch03.t ch04.t ch05.t ch06.t ch07.t ch08.t ch09.t \
compliance_list summarize
CLEANFILES += posix1003_1.info posix1003_1.info-?
-
diff --git a/doc/posix_users/ChangeLog b/doc/posix_users/ChangeLog
index 915fe5a33e..b3e046ce4b 100644
--- a/doc/posix_users/ChangeLog
+++ b/doc/posix_users/ChangeLog
@@ -1,3 +1,7 @@
+2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: Cosmetics.
+
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Cosmetics.
diff --git a/doc/posix_users/Makefile.am b/doc/posix_users/Makefile.am
index 6cd5ad8454..5517b1abd8 100644
--- a/doc/posix_users/Makefile.am
+++ b/doc/posix_users/Makefile.am
@@ -141,4 +141,3 @@ EXTRA_DIST = cancel.t clock.t cond.t cspecific.t device.t files.t io.t key.t \
gen_size_report
CLEANFILES += posix_users.info posix_users.info-? posix_users.info-??
-
diff --git a/doc/relnotes/ChangeLog b/doc/relnotes/ChangeLog
index b4e2b7d47a..b0bd40d98e 100644
--- a/doc/relnotes/ChangeLog
+++ b/doc/relnotes/ChangeLog
@@ -1,3 +1,7 @@
+2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: Cosmetics.
+
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Cosmetics.
diff --git a/doc/relnotes/Makefile.am b/doc/relnotes/Makefile.am
index e0333de96e..07bc0a8c31 100644
--- a/doc/relnotes/Makefile.am
+++ b/doc/relnotes/Makefile.am
@@ -20,4 +20,3 @@ info_TEXINFOS = relnotes.texi
relnotes_TEXINFOS = $(FILES) $(COMMON_FILES)
CLEANFILES += relnotes.info
-
diff --git a/doc/rgdb_specs/ChangeLog b/doc/rgdb_specs/ChangeLog
index 45221a6daa..e54ca88597 100644
--- a/doc/rgdb_specs/ChangeLog
+++ b/doc/rgdb_specs/ChangeLog
@@ -1,3 +1,7 @@
+2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: Cosmetics.
+
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Cosmetics.
diff --git a/doc/rgdb_specs/Makefile.am b/doc/rgdb_specs/Makefile.am
index ca4c19fde3..e1cee9969a 100644
--- a/doc/rgdb_specs/Makefile.am
+++ b/doc/rgdb_specs/Makefile.am
@@ -78,4 +78,3 @@ noinst_DATA = layers.eps process.eps seqdetach.eps seqbreak.eps seqinit.eps
EXTRA_DIST = comm.t conclusion.t daemon.t gdbinternals.t interfacing.t \
intro.t objectives.t revision.t $(noinst_DATA) $(JPEG_FILES)
CLEANFILES += rgdb_specs.info
-
diff --git a/doc/rtems_gdb/ChangeLog b/doc/rtems_gdb/ChangeLog
index 4baa84e9d0..c156e8fe31 100644
--- a/doc/rtems_gdb/ChangeLog
+++ b/doc/rtems_gdb/ChangeLog
@@ -1,3 +1,7 @@
+2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: Cosmetics.
+
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Cosmetics.
diff --git a/doc/rtems_gdb/Makefile.am b/doc/rtems_gdb/Makefile.am
index 33e91b8722..7471f6224f 100644
--- a/doc/rtems_gdb/Makefile.am
+++ b/doc/rtems_gdb/Makefile.am
@@ -59,4 +59,3 @@ example.texi: example.t
EXTRA_DIST = commands.t example.t intro.t started.t swarch.t trouble.t
CLEANFILES += rtems_gdb.info
-
diff --git a/doc/started/ChangeLog b/doc/started/ChangeLog
index a0fcae84e6..5205606a08 100644
--- a/doc/started/ChangeLog
+++ b/doc/started/ChangeLog
@@ -1,3 +1,7 @@
+2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: Cosmetics.
+
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Cosmetics.
diff --git a/doc/started/Makefile.am b/doc/started/Makefile.am
index d44fe03985..0169cceb3f 100644
--- a/doc/started/Makefile.am
+++ b/doc/started/Makefile.am
@@ -90,4 +90,3 @@ CLEANFILES += tversions.texi
DISTCLEANFILES = tversions.sed
CLEANFILES += started.info started.info-?
-
diff --git a/doc/started_ada/ChangeLog b/doc/started_ada/ChangeLog
index 1bcbe515ff..9e3d4e13c7 100644
--- a/doc/started_ada/ChangeLog
+++ b/doc/started_ada/ChangeLog
@@ -1,3 +1,7 @@
+2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: Cosmetics.
+
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Cosmetics.
diff --git a/doc/started_ada/Makefile.am b/doc/started_ada/Makefile.am
index d42c0a7659..46100111c3 100644
--- a/doc/started_ada/Makefile.am
+++ b/doc/started_ada/Makefile.am
@@ -54,4 +54,3 @@ gdb.texi: gdb.t tversions.texi
EXTRA_DIST = buildada.t gdb.t intro.t require.t sample.t
CLEANFILES += started_ada.info
-
diff --git a/doc/supplements/ChangeLog b/doc/supplements/ChangeLog
index ae190d6409..84cd4c07d2 100644
--- a/doc/supplements/ChangeLog
+++ b/doc/supplements/ChangeLog
@@ -1,3 +1,7 @@
+2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: Cosmetics.
+
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Cosmetics.
diff --git a/doc/supplements/Makefile.am b/doc/supplements/Makefile.am
index 6c24f51aaa..21b485e175 100644
--- a/doc/supplements/Makefile.am
+++ b/doc/supplements/Makefile.am
@@ -13,4 +13,3 @@ SUBDIRS += sparc
SUBDIRS += template
EXTRA_DIST = supplement.am
-
diff --git a/doc/supplements/arm/ChangeLog b/doc/supplements/arm/ChangeLog
index c538fa69a9..74092a8203 100644
--- a/doc/supplements/arm/ChangeLog
+++ b/doc/supplements/arm/ChangeLog
@@ -1,3 +1,7 @@
+2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: Cosmetics.
+
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Cosmetics.
diff --git a/doc/supplements/arm/Makefile.am b/doc/supplements/arm/Makefile.am
index 6569dc2384..3a83e7184d 100644
--- a/doc/supplements/arm/Makefile.am
+++ b/doc/supplements/arm/Makefile.am
@@ -108,4 +108,3 @@ EXTRA_DIST = BSP_TIMES bsp.t callconv.t cpumodel.t cputable.t fatalerr.t \
intr_NOTIMES.t memmodel.t timeBSP.t
CLEANFILES += arm.info
-
diff --git a/doc/supplements/c4x/ChangeLog b/doc/supplements/c4x/ChangeLog
index 8a2277ac7c..d18962cd77 100644
--- a/doc/supplements/c4x/ChangeLog
+++ b/doc/supplements/c4x/ChangeLog
@@ -1,3 +1,7 @@
+2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: Cosmetics.
+
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Cosmetics.
diff --git a/doc/supplements/c4x/Makefile.am b/doc/supplements/c4x/Makefile.am
index 3336f077ce..55f666f8f5 100644
--- a/doc/supplements/c4x/Makefile.am
+++ b/doc/supplements/c4x/Makefile.am
@@ -106,4 +106,3 @@ EXTRA_DIST = BSP_TIMES bsp.t callconv.t cpumodel.t cputable.t fatalerr.t \
intr_NOTIMES.t memmodel.t timeBSP.t
CLEANFILES += c4x.info c4x.info-?
-
diff --git a/doc/supplements/i386/ChangeLog b/doc/supplements/i386/ChangeLog
index 88a420e60f..438b5fe127 100644
--- a/doc/supplements/i386/ChangeLog
+++ b/doc/supplements/i386/ChangeLog
@@ -1,3 +1,7 @@
+2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: Cosmetics.
+
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Cosmetics.
diff --git a/doc/supplements/i386/Makefile.am b/doc/supplements/i386/Makefile.am
index 9e1e212f50..a8a27d839b 100644
--- a/doc/supplements/i386/Makefile.am
+++ b/doc/supplements/i386/Makefile.am
@@ -109,4 +109,3 @@ EXTRA_DIST = FORCE386_TIMES bsp.t callconv.t cpumodel.t cputable.t \
fatalerr.t intr_NOTIMES.t memmodel.t timeFORCE386.t
CLEANFILES += i386.info i386.info-?
-
diff --git a/doc/supplements/i960/ChangeLog b/doc/supplements/i960/ChangeLog
index d73e557414..2d39131a19 100644
--- a/doc/supplements/i960/ChangeLog
+++ b/doc/supplements/i960/ChangeLog
@@ -1,3 +1,7 @@
+2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: Cosmetics.
+
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Cosmetics.
diff --git a/doc/supplements/i960/Makefile.am b/doc/supplements/i960/Makefile.am
index ff3894fa5f..40d41cd9f2 100644
--- a/doc/supplements/i960/Makefile.am
+++ b/doc/supplements/i960/Makefile.am
@@ -108,4 +108,3 @@ EXTRA_DIST = CVME961_TIMES bsp.t callconv.t cpumodel.t cputable.t fatalerr.t \
intr_NOTIMES.t memmodel.t timeCVME961.t
CLEANFILES += i960.info i960.info-?
-
diff --git a/doc/supplements/m68k/ChangeLog b/doc/supplements/m68k/ChangeLog
index 2135251888..5d5375e336 100644
--- a/doc/supplements/m68k/ChangeLog
+++ b/doc/supplements/m68k/ChangeLog
@@ -1,3 +1,7 @@
+2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: Cosmetics.
+
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Cosmetics.
diff --git a/doc/supplements/m68k/Makefile.am b/doc/supplements/m68k/Makefile.am
index 4e1d6a128a..31752d1548 100644
--- a/doc/supplements/m68k/Makefile.am
+++ b/doc/supplements/m68k/Makefile.am
@@ -109,4 +109,3 @@ EXTRA_DIST = MVME136_TIMES bsp.t callconv.t cpumodel.t cputable.t fatalerr.t \
intr_NOTIMES.t memmodel.t timeMVME136.t timedata.t
CLEANFILES += m68k.info m68k.info-?
-
diff --git a/doc/supplements/mips/ChangeLog b/doc/supplements/mips/ChangeLog
index 1d38749e07..1b34f35c37 100644
--- a/doc/supplements/mips/ChangeLog
+++ b/doc/supplements/mips/ChangeLog
@@ -1,3 +1,7 @@
+2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: Cosmetics.
+
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Cosmetics.
diff --git a/doc/supplements/mips/Makefile.am b/doc/supplements/mips/Makefile.am
index 26f328a6b5..e45ba428fa 100644
--- a/doc/supplements/mips/Makefile.am
+++ b/doc/supplements/mips/Makefile.am
@@ -109,4 +109,3 @@ EXTRA_DIST = BSP_TIMES bsp.t callconv.t cpumodel.t cputable.t fatalerr.t \
intr_NOTIMES.t memmodel.t timeBSP.t
CLEANFILES += mips.info mips.info-?
-
diff --git a/doc/supplements/mips64orion/ChangeLog b/doc/supplements/mips64orion/ChangeLog
index cbe7a0bcf4..f86b8021da 100644
--- a/doc/supplements/mips64orion/ChangeLog
+++ b/doc/supplements/mips64orion/ChangeLog
@@ -1,3 +1,7 @@
+2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: Cosmetics.
+
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Cosmetics.
diff --git a/doc/supplements/mips64orion/Makefile.am b/doc/supplements/mips64orion/Makefile.am
index 0c08c9e224..f01a56b9d2 100644
--- a/doc/supplements/mips64orion/Makefile.am
+++ b/doc/supplements/mips64orion/Makefile.am
@@ -109,4 +109,3 @@ EXTRA_DIST = BSP_TIMES bsp.t callconv.t cpumodel.t cputable.t fatalerr.t \
intr_NOTIMES.t memmodel.t timeBSP.t
CLEANFILES += mips64orion.info mips64orion.info-?
-
diff --git a/doc/supplements/powerpc/ChangeLog b/doc/supplements/powerpc/ChangeLog
index 5150413400..9e7df2eec7 100644
--- a/doc/supplements/powerpc/ChangeLog
+++ b/doc/supplements/powerpc/ChangeLog
@@ -1,3 +1,7 @@
+2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: Cosmetics.
+
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Cosmetics.
diff --git a/doc/supplements/powerpc/Makefile.am b/doc/supplements/powerpc/Makefile.am
index 14071a490d..3dcdf95c6f 100644
--- a/doc/supplements/powerpc/Makefile.am
+++ b/doc/supplements/powerpc/Makefile.am
@@ -123,4 +123,3 @@ EXTRA_DIST = DMV177_TIMES PSIM_TIMES bsp.t callconv.t cpumodel.t cputable.t \
fatalerr.t intr_NOTIMES.t memmodel.t timeDMV177.t timePSIM.t
CLEANFILES += powerpc.info powerpc.info-?
-
diff --git a/doc/supplements/sh/ChangeLog b/doc/supplements/sh/ChangeLog
index e13f7d3455..5bbba06126 100644
--- a/doc/supplements/sh/ChangeLog
+++ b/doc/supplements/sh/ChangeLog
@@ -1,3 +1,7 @@
+2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: Cosmetics.
+
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Cosmetics.
diff --git a/doc/supplements/sh/Makefile.am b/doc/supplements/sh/Makefile.am
index 8c55d31f69..388173e524 100644
--- a/doc/supplements/sh/Makefile.am
+++ b/doc/supplements/sh/Makefile.am
@@ -109,4 +109,3 @@ EXTRA_DIST = BSP_TIMES bsp.t callconv.t cpumodel.t cputable.t fatalerr.t \
intr_NOTIMES.t memmodel.t timeBSP.t
CLEANFILES += sh.info sh.info-?
-
diff --git a/doc/supplements/sparc/ChangeLog b/doc/supplements/sparc/ChangeLog
index 68eff80aa2..ee5e300ac1 100644
--- a/doc/supplements/sparc/ChangeLog
+++ b/doc/supplements/sparc/ChangeLog
@@ -1,3 +1,7 @@
+2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: Cosmetics.
+
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Cosmetics.
diff --git a/doc/supplements/sparc/Makefile.am b/doc/supplements/sparc/Makefile.am
index e6278a19d7..14ec898a66 100644
--- a/doc/supplements/sparc/Makefile.am
+++ b/doc/supplements/sparc/Makefile.am
@@ -106,4 +106,3 @@ EXTRA_DIST = ERC32_TIMES bsp.t callconv.t cpumodel.t cputable.t fatalerr.t \
intr_NOTIMES.t memmodel.t timeERC32.t
CLEANFILES += sparc.info sparc.info-?
-
diff --git a/doc/supplements/template/ChangeLog b/doc/supplements/template/ChangeLog
index 0b1e8d84e3..7df694a6cc 100644
--- a/doc/supplements/template/ChangeLog
+++ b/doc/supplements/template/ChangeLog
@@ -1,3 +1,7 @@
+2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: Cosmetics.
+
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Cosmetics.
diff --git a/doc/supplements/template/Makefile.am b/doc/supplements/template/Makefile.am
index 22fab4879d..27ecc24457 100644
--- a/doc/supplements/template/Makefile.am
+++ b/doc/supplements/template/Makefile.am
@@ -108,4 +108,3 @@ EXTRA_DIST = BSP_TIMES bsp.t callconv.t cpumodel.t cputable.t fatalerr.t \
intr_NOTIMES.t memmodel.t timeBSP.t
CLEANFILES += template.info template.info-?
-
diff --git a/doc/tools/bmenu/ChangeLog b/doc/tools/bmenu/ChangeLog
index 9ce85cc658..9ef8bbc269 100644
--- a/doc/tools/bmenu/ChangeLog
+++ b/doc/tools/bmenu/ChangeLog
@@ -1,3 +1,7 @@
+2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: Cosmetics.
+
2003-11-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* system.h: Remove USE_INLINES.
diff --git a/doc/tools/bmenu/Makefile.am b/doc/tools/bmenu/Makefile.am
index 1118a222eb..3f53ef1e57 100644
--- a/doc/tools/bmenu/Makefile.am
+++ b/doc/tools/bmenu/Makefile.am
@@ -6,9 +6,7 @@
# $Id$
#
-
noinst_PROGRAMS = bmenu2
bmenu2_SOURCES = address.h chain.c isr.h address.inl chain.h bmenu2.c base.h \
chain.inl system.h
-
diff --git a/doc/tools/texi2www/ChangeLog b/doc/tools/texi2www/ChangeLog
index 7b4eca844b..4542b8dc44 100644
--- a/doc/tools/texi2www/ChangeLog
+++ b/doc/tools/texi2www/ChangeLog
@@ -1,3 +1,7 @@
+2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: Cosmetics.
+
2003-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Merger from rtems-4-6-branch.
diff --git a/doc/tools/texi2www/Makefile.am b/doc/tools/texi2www/Makefile.am
index d23120769a..4ebdd53e46 100644
--- a/doc/tools/texi2www/Makefile.am
+++ b/doc/tools/texi2www/Makefile.am
@@ -6,7 +6,6 @@
# $Id$
#
-
noinst_SCRIPTS = texi2www texi2dvi
EXTRA_DIST = $(noinst_SCRIPTS) dir-arrow.gif prev-arrow.gif \
diff --git a/doc/user/ChangeLog b/doc/user/ChangeLog
index 670c425ea5..216dc90ef2 100644
--- a/doc/user/ChangeLog
+++ b/doc/user/ChangeLog
@@ -1,3 +1,7 @@
+2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: Cosmetics.
+
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Cosmetics.
diff --git a/doc/user/Makefile.am b/doc/user/Makefile.am
index 9db65da340..1869ef34b1 100644
--- a/doc/user/Makefile.am
+++ b/doc/user/Makefile.am
@@ -164,4 +164,3 @@ EXTRA_DIST = bsp.t concepts.t clock.t datatypes.t conf.t dpmem.t event.t \
$(EPS_IMAGES) $(noinst_DATA)
CLEANFILES += c_user.info c_user.info-? c_user.info-??
-