summaryrefslogtreecommitdiffstats
path: root/doc/new_chapters/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-05-15 20:17:17 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-05-15 20:17:17 +0000
commit05ddbf2565b15133db3a68cf6416813e122da19f (patch)
tree404c96e98404f279caa15e95d55f309d58822ac4 /doc/new_chapters/Makefile.am
parent2007-05-15 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-05ddbf2565b15133db3a68cf6416813e122da19f.tar.bz2
2007-05-15 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, gen_section: Integrate Rate Monotonic Statistics and Period Usage into Rate Monotonic Manager. Added the following directives: rtems_rate_monotonic_get_statistics, rtems_rate_monotonic_reset_statistics, rtems_rate_montonic_reset_all_statistics, rtems_rate_montonic_report_statistics, and rtems_object_get_name. Obsoleted the rtems/rtmonuse.h file as a public interface. * rtmonuse.t: Removed.
Diffstat (limited to '')
-rw-r--r--doc/new_chapters/Makefile.am10
1 files changed, 2 insertions, 8 deletions
diff --git a/doc/new_chapters/Makefile.am b/doc/new_chapters/Makefile.am
index db25ec8f22..92eb36da2b 100644
--- a/doc/new_chapters/Makefile.am
+++ b/doc/new_chapters/Makefile.am
@@ -12,8 +12,7 @@ EDITION = 1
include $(top_srcdir)/project.am
include $(top_srcdir)/main.am
-GENERATED_FILES = \
- rtmonuse.texi error.texi monitor.texi
+GENERATED_FILES = error.texi monitor.texi
COMMON_FILES += $(top_srcdir)/common/cpright.texi
@@ -22,11 +21,6 @@ FILES =
info_TEXINFOS = new_chapters.texi
new_chapters_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)
-rtmonuse.texi: rtmonuse.t
- $(BMENU2) -p "" \
- -u "Top" \
- -n "" < $< > $@
-
error.texi: error.t
$(BMENU2) -p "" \
-u "Top" \
@@ -39,7 +33,7 @@ monitor.texi: monitor.t
noinst_SCRIPTS = gen_section
-EXTRA_DIST = error.t monitor.t rtmonuse.t STATUS TODO \
+EXTRA_DIST = error.t monitor.t STATUS TODO \
$(noinst_SCRIPTS)
CLEANFILES += new_chapters.info new_chapters.info-?