summaryrefslogtreecommitdiffstats
path: root/doc/new_chapters
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-01-19 06:20:49 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-01-19 06:20:49 +0000
commit9ccf70036078b3a74f1544693bb79fc50e9ddff6 (patch)
tree9eb47f503ef3667b8593fc18ccb0c21875e4ec40 /doc/new_chapters
parentRemove. (diff)
downloadrtems-9ccf70036078b3a74f1544693bb79fc50e9ddff6.tar.bz2
2006-01-19 Ralf Corsepius <ralf.corsepius@rtems.org>
* confspace.t: Remove. * new_chapters.texi: Remove confspace. * Makefile.am: Remove confspace.
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 5ec3525681..e020b701bf 100644
--- a/doc/new_chapters/ChangeLog
+++ b/doc/new_chapters/ChangeLog
@@ -1,5 +1,11 @@
2006-01-19 Ralf Corsepius <ralf.corsepius@rtems.org>
+ * confspace.t: Remove.
+ * new_chapters.texi: Remove confspace.
+ * Makefile.am: Remove confspace.
+
+2006-01-19 Ralf Corsepius <ralf.corsepius@rtems.org>
+
* adminiface.t: Remove.
* new_chapters.texi: Remove adminiface.
* Makefile.am: Remove adminiface.
diff --git a/doc/new_chapters/Makefile.am b/doc/new_chapters/Makefile.am
index 3bef7dbbc3..85e68be514 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 = confspace.texi dumpcontrol.texi \
+GENERATED_FILES = dumpcontrol.texi \
eventlog.texi stackchk.texi rtmonuse.texi cpuuse.texi error.texi \
monitor.texi
@@ -33,11 +33,6 @@ dumpcontrol.texi: dumpcontrol.t
-u "Top" \
-n "" < $< > $@
-confspace.texi: confspace.t
- $(BMENU2) -p "" \
- -u "Top" \
- -n "" < $< > $@
-
stackchk.texi: stackchk.t
$(BMENU2) -p "" \
-u "Top" \
@@ -65,7 +60,7 @@ monitor.texi: monitor.t
noinst_SCRIPTS = gen_section
-EXTRA_DIST = base.t confspace.t cpuuse.t dumpcontrol.t error.t \
+EXTRA_DIST = base.t cpuuse.t dumpcontrol.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 fa01d81995..d06f1111d8 100644
--- a/doc/new_chapters/new_chapters.texi
+++ b/doc/new_chapters/new_chapters.texi
@@ -80,7 +80,6 @@
@include eventlog.texi
@include dumpcontrol.texi
-@include confspace.texi
@include stackchk.texi
@include rtmonuse.texi
@include cpuuse.texi
@@ -95,7 +94,6 @@ This is the online version of the RTEMS POSIX API User's Guide
@menu
* Event Logging Manager::
* Process Dump Control Manager::
-* Configuration Space Manager::
* Stack Bounds Checker::
* Rate Monotonic Period Statistics::
* CPU Usage Statistics::