Files
rtems/doc/develenv/Makefile.am
Joel Sherrill 8cd9c14dd5 2000-09-22 Joel Sherrill <joel@OARcorp.com>
* Makefile.am: Removed GENERATED_FILES from list of TEXINFOS.
2000-09-22 16:13:34 +00:00

23 lines
448 B
Makefile

#
# COPYRIGHT (c) 1988-1999.
# On-Line Applications Research Corporation (OAR).
# All rights reserved.
#
# $Id$
#
AUTOMAKE_OPTIONS = foreign 1.4
PROJECT = develenv
EDITION = 1
include $(top_srcdir)/project.am
FILES = compile.texi direct.texi intro.texi sample.texi utils.texi
COMMON_FILES = $(top_srcdir)/common/setup.texi \
$(top_srcdir)/common/cpright.texi
info_TEXINFOS = develenv.texi
develenv_TEXINFOS = $(FILES) $(COMMON_FILES)