source: rtems/doc/develenv/Makefile.am @ 6d0a5c0

4.104.114.84.95
Last change on this file since 6d0a5c0 was 6449498, checked in by Joel Sherrill <joel.sherrill@…>, on 01/17/02 at 21:47:47

2001-01-17 Joel Sherrill <joel@…>

  • SUPPORT, LICENSE: New files.
  • Numerous files touched as part of merging the 4.5 branch onto the mainline development trunk and ensuring that the script that cuts snapshots and releases works on the documentation.
  • Property mode set to 100644
File size: 448 bytes
RevLine 
[2ba8875]1#
[6449498]2#  COPYRIGHT (c) 1988-2002.
[2ba8875]3#  On-Line Applications Research Corporation (OAR).
4#  All rights reserved.
5#
6#  $Id$
7#
8
[fc76a6aa]9AUTOMAKE_OPTIONS = foreign 1.4
[2ba8875]10
[fc76a6aa]11PROJECT = develenv
12EDITION = 1
[2ba8875]13
14include $(top_srcdir)/project.am
15
16FILES = compile.texi direct.texi intro.texi sample.texi utils.texi
17
[110445c]18COMMON_FILES = $(top_srcdir)/common/setup.texi \
19    $(top_srcdir)/common/cpright.texi
[2ba8875]20
21info_TEXINFOS = develenv.texi
[8cd9c14d]22develenv_TEXINFOS = $(FILES) $(COMMON_FILES)
Note: See TracBrowser for help on using the repository browser.