mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-06 15:43:15 +00:00
23 lines
451 B
Makefile
23 lines
451 B
Makefile
#
|
|
# COPYRIGHT (c) 1988-2002.
|
|
# On-Line Applications Research Corporation (OAR).
|
|
# All rights reserved.
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
|
|
PROJECT = relnotes
|
|
EDITION = 1
|
|
|
|
include $(top_srcdir)/project.am
|
|
include $(top_srcdir)/main.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)
|