2006-01-19 Ralf Corsepius <ralf.corsepius@rtems.org>

* confspace.t: Remove.
	* new_chapters.texi: Remove confspace.
	* Makefile.am: Remove confspace.
This commit is contained in:
Ralf Corsepius
2006-01-19 06:20:49 +00:00
parent d0eabc94b0
commit 9ccf700360
3 changed files with 8 additions and 9 deletions

View File

@@ -1,3 +1,9 @@
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.

View File

@@ -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)

View File

@@ -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::