From 05ddbf2565b15133db3a68cf6416813e122da19f Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 15 May 2007 20:17:17 +0000 Subject: 2007-05-15 Joel Sherrill * 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. --- doc/new_chapters/Makefile.am | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'doc/new_chapters/Makefile.am') 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-? -- cgit v1.2.3