Files
rtems/doc/new_chapters/Makefile.am
Joel Sherrill e694c94bf7 2006-09-14 Joel Sherrill <joel@OARcorp.com>
* new_chapters/Makefile.am, new_chapters/gen_section,
	new_chapters/new_chapters.texi, user/Makefile.am, user/c_user.texi,
	user/dirstat.texi: Promote CPU Usage to first class citizen. Rename
	to start with rtems_ and include documentation in user guide.
	* user/cpuuse.t: New file.
	* new_chapters/cpuuse.t: Removed.
2006-09-14 15:06:38 +00:00

46 lines
889 B
Makefile

#
# COPYRIGHT (c) 1988-2002.
# On-Line Applications Research Corporation (OAR).
# All rights reserved.
#
# $Id$
#
PROJECT = new_chapters
EDITION = 1
include $(top_srcdir)/project.am
include $(top_srcdir)/main.am
GENERATED_FILES = \
rtmonuse.texi error.texi monitor.texi
COMMON_FILES += $(top_srcdir)/common/cpright.texi
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" \
-n "" < $< > $@
monitor.texi: monitor.t
$(BMENU2) -p "" \
-u "Top" \
-n "" < $< > $@
noinst_SCRIPTS = gen_section
EXTRA_DIST = error.t monitor.t rtmonuse.t STATUS TODO \
$(noinst_SCRIPTS)
CLEANFILES += new_chapters.info new_chapters.info-?