source: rtems/doc/relnotes/Makefile.am @ 9847d61d

4.115
Last change on this file since 9847d61d was 9847d61d, checked in by Ralf Corsépius <ralf.corsepius@…>, on 05/04/12 at 06:58:25

Remove CVS-Ids.

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