source: rtems/doc/new_chapters/Makefile.am @ 0cad08b

4.104.114.84.95
Last change on this file since 0cad08b was 0cad08b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/19/06 at 07:21:40

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

  • eventlog.t: Remove.
  • new_chapters.texi: Remove eventlog.
  • Makefile.am: Remove eventlog.
  • Property mode set to 100644
File size: 1.1 KB
Line 
1#
2#  COPYRIGHT (c) 1988-2002.
3#  On-Line Applications Research Corporation (OAR).
4#  All rights reserved.
5#
6#  $Id$
7#
8
9PROJECT = new_chapters
10EDITION = 1
11
12include $(top_srcdir)/project.am
13include $(top_srcdir)/main.am
14
15GENERATED_FILES = \
16    stackchk.texi rtmonuse.texi cpuuse.texi error.texi \
17    monitor.texi
18
19COMMON_FILES += $(top_srcdir)/common/cpright.texi
20
21FILES =
22
23info_TEXINFOS = new_chapters.texi
24new_chapters_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)
25
26stackchk.texi: stackchk.t
27        $(BMENU2) -p "" \
28            -u "Top" \
29            -n "" < $< > $@
30
31rtmonuse.texi: rtmonuse.t
32        $(BMENU2) -p "" \
33            -u "Top" \
34            -n "" < $< > $@
35
36cpuuse.texi: cpuuse.t
37        $(BMENU2) -p "" \
38            -u "Top" \
39            -n "" < $< > $@
40
41error.texi: error.t
42        $(BMENU2) -p "" \
43            -u "Top" \
44            -n "" < $< > $@
45
46monitor.texi: monitor.t
47        $(BMENU2) -p "" \
48            -u "Top" \
49            -n "" < $< > $@
50
51noinst_SCRIPTS = gen_section
52
53EXTRA_DIST = base.t cpuuse.t error.t \
54    monitor.t rtmonuse.t stackchk.t STATUS TODO \
55    $(noinst_SCRIPTS)
56
57CLEANFILES += new_chapters.info new_chapters.info-?
Note: See TracBrowser for help on using the repository browser.