forked from Imagelibrary/rtems
* 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.
23 lines
452 B
Makefile
23 lines
452 B
Makefile
#
|
|
# COPYRIGHT (c) 1988-2002.
|
|
# On-Line Applications Research Corporation (OAR).
|
|
# All rights reserved.
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
AUTOMAKE_OPTIONS = foreign 1.4
|
|
|
|
PROJECT = relnotes
|
|
EDITION = 1
|
|
|
|
include $(top_srcdir)/project.am
|
|
|
|
COMMON_FILES = $(top_srcdir)/common/setup.texi \
|
|
$(top_srcdir)/common/cpright.texi
|
|
|
|
FILES = install.texi intro.texi probrep.texi relnotes.texi status.texi
|
|
|
|
info_TEXINFOS = relnotes.texi
|
|
relnotes_TEXINFOS = $(FILES) $(COMMON_FILES)
|