summaryrefslogtreecommitdiffstats
path: root/doc/new_chapters
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-01-19 06:13:51 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-01-19 06:13:51 +0000
commitf0fdff01ba016fea696ebdde4694e87c067a8fe7 (patch)
treee023f435a3363fdc978dd04bbc34ddfc02be1d9b /doc/new_chapters
parentRemove. (diff)
downloadrtems-f0fdff01ba016fea696ebdde4694e87c067a8fe7.tar.bz2
2006-01-19 Ralf Corsepius <ralf.corsepius@rtems.org>
* adminiface.t: Remove. * new_chapters.texi: Remove adminiface. * Makefile.am: Remove adminiface.
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 5f2971f6e0..5ec3525681 100644
--- a/doc/new_chapters/ChangeLog
+++ b/doc/new_chapters/ChangeLog
@@ -1,3 +1,9 @@
+2006-01-19 Ralf Corsepius <ralf.corsepius@rtems.org>
+
+ * adminiface.t: Remove.
+ * new_chapters.texi: Remove adminiface.
+ * Makefile.am: Remove adminiface.
+
2003-12-12 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 a79a23a9c3..3bef7dbbc3 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 = adminiface.texi confspace.texi dumpcontrol.texi \
+GENERATED_FILES = confspace.texi dumpcontrol.texi \
eventlog.texi stackchk.texi rtmonuse.texi cpuuse.texi error.texi \
monitor.texi
@@ -38,11 +38,6 @@ confspace.texi: confspace.t
-u "Top" \
-n "" < $< > $@
-adminiface.texi: adminiface.t
- $(BMENU2) -p "" \
- -u "Top" \
- -n "" < $< > $@
-
stackchk.texi: stackchk.t
$(BMENU2) -p "" \
-u "Top" \
@@ -70,7 +65,7 @@ monitor.texi: monitor.t
noinst_SCRIPTS = gen_section
-EXTRA_DIST = adminiface.t base.t confspace.t cpuuse.t dumpcontrol.t error.t \
+EXTRA_DIST = base.t confspace.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 b6b0dd7ef0..fa01d81995 100644
--- a/doc/new_chapters/new_chapters.texi
+++ b/doc/new_chapters/new_chapters.texi
@@ -81,7 +81,6 @@
@include eventlog.texi
@include dumpcontrol.texi
@include confspace.texi
-@include adminiface.texi
@include stackchk.texi
@include rtmonuse.texi
@include cpuuse.texi
@@ -97,7 +96,6 @@ This is the online version of the RTEMS POSIX API User's Guide
* Event Logging Manager::
* Process Dump Control Manager::
* Configuration Space Manager::
-* Administration Interface Manager::
* Stack Bounds Checker::
* Rate Monotonic Period Statistics::
* CPU Usage Statistics::