summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to '')
-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 e020b701bf..6027512390 100644
--- a/doc/new_chapters/ChangeLog
+++ b/doc/new_chapters/ChangeLog
@@ -1,5 +1,11 @@
2006-01-19 Ralf Corsepius <ralf.corsepius@rtems.org>
+ * dumpcontrol.t: Remove.
+ * new_chapters.texi: Remove dumpcontrol.
+ * Makefile.am: Remove dumpcontrol.
+
+2006-01-19 Ralf Corsepius <ralf.corsepius@rtems.org>
+
* confspace.t: Remove.
* new_chapters.texi: Remove confspace.
* Makefile.am: Remove confspace.
diff --git a/doc/new_chapters/Makefile.am b/doc/new_chapters/Makefile.am
index 85e68be514..2f0ea16fda 100644
--- a/doc/new_chapters/Makefile.am
+++ b/doc/new_chapters/Makefile.am
@@ -12,7 +12,7 @@ EDITION = 1
include $(top_srcdir)/project.am
include $(top_srcdir)/main.am
-GENERATED_FILES = dumpcontrol.texi \
+GENERATED_FILES = \
eventlog.texi stackchk.texi rtmonuse.texi cpuuse.texi error.texi \
monitor.texi
@@ -28,11 +28,6 @@ eventlog.texi: eventlog.t
-u "Top" \
-n "" < $< > $@
-dumpcontrol.texi: dumpcontrol.t
- $(BMENU2) -p "" \
- -u "Top" \
- -n "" < $< > $@
-
stackchk.texi: stackchk.t
$(BMENU2) -p "" \
-u "Top" \
@@ -60,7 +55,7 @@ monitor.texi: monitor.t
noinst_SCRIPTS = gen_section
-EXTRA_DIST = base.t cpuuse.t dumpcontrol.t error.t \
+EXTRA_DIST = base.t cpuuse.t error.t \
eventlog.t monitor.t rtmonuse.t stackchk.t STATUS TODO \
$(noinst_SCRIPTS)
diff --git a/doc/new_chapters/new_chapters.texi b/doc/new_chapters/new_chapters.texi
index d06f1111d8..a62c95a67a 100644
--- a/doc/new_chapters/new_chapters.texi
+++ b/doc/new_chapters/new_chapters.texi
@@ -79,7 +79,6 @@
@c The alternative is to rework a sentence to avoid this problem.
@include eventlog.texi
-@include dumpcontrol.texi
@include stackchk.texi
@include rtmonuse.texi
@include cpuuse.texi
@@ -93,7 +92,6 @@ This is the online version of the RTEMS POSIX API User's Guide
@menu
* Event Logging Manager::
-* Process Dump Control Manager::
* Stack Bounds Checker::
* Rate Monotonic Period Statistics::
* CPU Usage Statistics::