source: rtems/doc/relnotes/Makefile.am @ 6c5ecae3

4.104.114.84.95
Last change on this file since 6c5ecae3 was 6c5ecae3, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/12/03 at 13:10:10

2003-12-12 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Cosmetics.
  • Property mode set to 100644
File size: 442 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 = relnotes
10EDITION = 1
11
12include $(top_srcdir)/project.am
13include $(top_srcdir)/main.am
14
15COMMON_FILES += $(top_srcdir)/common/cpright.texi
16
17FILES = install.texi intro.texi probrep.texi relnotes.texi status.texi
18
19info_TEXINFOS = relnotes.texi
20relnotes_TEXINFOS = $(FILES) $(COMMON_FILES)
21
22CLEANFILES += relnotes.info
Note: See TracBrowser for help on using the repository browser.