source: rtems/doc/relnotes/Makefile.am @ 3bfda69

4.104.114.84.95
Last change on this file since 3bfda69 was 3bfda69, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/26/03 at 15:32:26

2003-11-26 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Add *.info to CLEANFILES to accomodate automake-1.7f/1.8 breaking building infos.
  • Property mode set to 100644
File size: 443 bytes
Line 
1#
2#  COPYRIGHT (c) 1988-2002.
3#  On-Line Applications Research Corporation (OAR).
4#  All rights reserved.
5#
6#  $Id$
7#
8
9
10PROJECT = relnotes
11EDITION = 1
12
13include $(top_srcdir)/project.am
14include $(top_srcdir)/main.am
15
16COMMON_FILES += $(top_srcdir)/common/cpright.texi
17
18FILES = install.texi intro.texi probrep.texi relnotes.texi status.texi
19
20info_TEXINFOS = relnotes.texi
21relnotes_TEXINFOS = $(FILES) $(COMMON_FILES)
22
23CLEANFILES += relnotes.info
Note: See TracBrowser for help on using the repository browser.