source: rtems/doc/develenv/Makefile.am @ 8cd9c14d

4.104.114.84.95
Last change on this file since 8cd9c14d was 8cd9c14d, checked in by Joel Sherrill <joel.sherrill@…>, on 09/22/00 at 16:13:34

2000-09-22 Joel Sherrill <joel@…>

  • Makefile.am: Removed GENERATED_FILES from list of TEXINFOS.
  • Property mode set to 100644
File size: 448 bytes
Line 
1#
2#  COPYRIGHT (c) 1988-1999.
3#  On-Line Applications Research Corporation (OAR).
4#  All rights reserved.
5#
6#  $Id$
7#
8
9AUTOMAKE_OPTIONS = foreign 1.4
10
11PROJECT = develenv
12EDITION = 1
13
14include $(top_srcdir)/project.am
15
16FILES = compile.texi direct.texi intro.texi sample.texi utils.texi
17
18COMMON_FILES = $(top_srcdir)/common/setup.texi \
19    $(top_srcdir)/common/cpright.texi
20
21info_TEXINFOS = develenv.texi
22develenv_TEXINFOS = $(FILES) $(COMMON_FILES)
Note: See TracBrowser for help on using the repository browser.