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

4.115
Last change on this file since e630235 was e630235, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/11/10 at 07:40:00

Remove EDITION (Unused)

  • Property mode set to 100644
File size: 749 bytes
RevLine 
[2ba8875]1#
[6449498]2#  COPYRIGHT (c) 1988-2002.
[2ba8875]3#  On-Line Applications Research Corporation (OAR).
4#  All rights reserved.
5#
6#  $Id$
7#
8
[fc76a6aa]9PROJECT = new_chapters
[2ba8875]10
11include $(top_srcdir)/project.am
[81653981]12include $(top_srcdir)/main.am
[2ba8875]13
[05ddbf25]14GENERATED_FILES = error.texi monitor.texi
[2ba8875]15
[bcdaffd]16COMMON_FILES += $(top_srcdir)/common/cpright.texi
[2ba8875]17
[fc76a6aa]18FILES =
[2ba8875]19
20info_TEXINFOS = new_chapters.texi
[fc76a6aa]21new_chapters_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)
[2ba8875]22
[3ebc6dc]23error.texi: error.t
[fc76a6aa]24        $(BMENU2) -p "" \
[2ba8875]25            -u "Top" \
[fc76a6aa]26            -n "" < $< > $@
[2ba8875]27
[3ebc6dc]28monitor.texi: monitor.t
[fc76a6aa]29        $(BMENU2) -p "" \
[2ba8875]30            -u "Top" \
[fc76a6aa]31            -n "" < $< > $@
[2ba8875]32
33noinst_SCRIPTS = gen_section
34
[05ddbf25]35EXTRA_DIST = error.t monitor.t STATUS TODO \
[9814e9e3]36    $(noinst_SCRIPTS)
[3bfda69]37
38CLEANFILES += new_chapters.info new_chapters.info-?
Note: See TracBrowser for help on using the repository browser.