summaryrefslogtreecommitdiffstats
path: root/doc/new_chapters
diff options
context:
space:
mode:
Diffstat (limited to 'doc/new_chapters')
-rw-r--r--doc/new_chapters/ChangeLog6
-rw-r--r--doc/new_chapters/Makefile.am9
-rw-r--r--doc/new_chapters/new_chapters.texi2
3 files changed, 8 insertions, 9 deletions
diff --git a/doc/new_chapters/ChangeLog b/doc/new_chapters/ChangeLog
index 6027512390..ac4eb236c0 100644
--- a/doc/new_chapters/ChangeLog
+++ b/doc/new_chapters/ChangeLog
@@ -1,5 +1,11 @@
2006-01-19 Ralf Corsepius <ralf.corsepius@rtems.org>
+ * eventlog.t: Remove.
+ * new_chapters.texi: Remove eventlog.
+ * Makefile.am: Remove eventlog.
+
+2006-01-19 Ralf Corsepius <ralf.corsepius@rtems.org>
+
* dumpcontrol.t: Remove.
* new_chapters.texi: Remove dumpcontrol.
* Makefile.am: Remove dumpcontrol.
diff --git a/doc/new_chapters/Makefile.am b/doc/new_chapters/Makefile.am
index 2f0ea16fda..f94f40cc46 100644
--- a/doc/new_chapters/Makefile.am
+++ b/doc/new_chapters/Makefile.am
@@ -13,7 +13,7 @@ include $(top_srcdir)/project.am
include $(top_srcdir)/main.am
GENERATED_FILES = \
- eventlog.texi stackchk.texi rtmonuse.texi cpuuse.texi error.texi \
+ stackchk.texi rtmonuse.texi cpuuse.texi error.texi \
monitor.texi
COMMON_FILES += $(top_srcdir)/common/cpright.texi
@@ -23,11 +23,6 @@ FILES =
info_TEXINFOS = new_chapters.texi
new_chapters_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)
-eventlog.texi: eventlog.t
- $(BMENU2) -p "" \
- -u "Top" \
- -n "" < $< > $@
-
stackchk.texi: stackchk.t
$(BMENU2) -p "" \
-u "Top" \
@@ -56,7 +51,7 @@ monitor.texi: monitor.t
noinst_SCRIPTS = gen_section
EXTRA_DIST = base.t cpuuse.t error.t \
- eventlog.t monitor.t rtmonuse.t stackchk.t STATUS TODO \
+ monitor.t rtmonuse.t stackchk.t STATUS TODO \
$(noinst_SCRIPTS)
CLEANFILES += new_chapters.info new_chapters.info-?
diff --git a/doc/new_chapters/new_chapters.texi b/doc/new_chapters/new_chapters.texi
index a62c95a67a..3552421c8e 100644
--- a/doc/new_chapters/new_chapters.texi
+++ b/doc/new_chapters/new_chapters.texi
@@ -78,7 +78,6 @@
@c This prevents a black box from being printed on "overflow" lines.
@c The alternative is to rework a sentence to avoid this problem.
-@include eventlog.texi
@include stackchk.texi
@include rtmonuse.texi
@include cpuuse.texi
@@ -91,7 +90,6 @@
This is the online version of the RTEMS POSIX API User's Guide
@menu
-* Event Logging Manager::
* Stack Bounds Checker::
* Rate Monotonic Period Statistics::
* CPU Usage Statistics::