source: rtems/doc/new_chapters/Makefile.am @ dfc2df61

4.10
Last change on this file since dfc2df61 was dfc2df61, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/11/10 at 07:39:50

Remove EDITION (Unused)

  • Property mode set to 100644
File size: 749 bytes
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
10
11include $(top_srcdir)/project.am
12include $(top_srcdir)/main.am
13
14GENERATED_FILES = error.texi monitor.texi
15
16COMMON_FILES += $(top_srcdir)/common/cpright.texi
17
18FILES =
19
20info_TEXINFOS = new_chapters.texi
21new_chapters_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)
22
23error.texi: error.t
24        $(BMENU2) -p "" \
25            -u "Top" \
26            -n "" < $< > $@
27
28monitor.texi: monitor.t
29        $(BMENU2) -p "" \
30            -u "Top" \
31            -n "" < $< > $@
32
33noinst_SCRIPTS = gen_section
34
35EXTRA_DIST = error.t monitor.t STATUS TODO \
36    $(noinst_SCRIPTS)
37
38CLEANFILES += new_chapters.info new_chapters.info-?
Note: See TracBrowser for help on using the repository browser.