source: rtems/doc/develenv/Makefile.am @ 5f76c90

4.104.114.84.95
Last change on this file since 5f76c90 was 81653981, checked in by Joel Sherrill <joel.sherrill@…>, on 01/18/02 at 15:10:35

2002-01-18 Ralf Corsepius <corsepiu@…>

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