diff --git a/doc/supplements/template/ChangeLog b/doc/supplements/template/ChangeLog index e052eb5318..3fa7309129 100644 --- a/doc/supplements/template/ChangeLog +++ b/doc/supplements/template/ChangeLog @@ -1,3 +1,8 @@ +2003-08-30 Ralf Corsepius + + * template.texi: include common/rtems.texi. + * Makefile.am: Reflect changes to $(top_srcdir)/project.am. + 2003-05-22 Ralf Corsepius * cpumodel.t: Reflect c/src/exec having moved to cpukit. diff --git a/doc/supplements/template/Makefile.am b/doc/supplements/template/Makefile.am index d9b622890d..9a64d063f7 100644 --- a/doc/supplements/template/Makefile.am +++ b/doc/supplements/template/Makefile.am @@ -16,8 +16,7 @@ include $(top_srcdir)/supplements/supplement.am GENERATED_FILES = cpumodel.texi callconv.texi memmodel.texi intr.texi \ fatalerr.texi bsp.texi cputable.texi wksheets.texi timing.texi \ timeBSP.texi -COMMON_FILES = $(top_srcdir)/common/setup.texi \ - $(top_srcdir)/common/cpright.texi $(top_srcdir)/common/timemac.texi +COMMON_FILES += $(top_srcdir)/common/cpright.texi $(top_srcdir)/common/timemac.texi FILES = preface.texi diff --git a/doc/supplements/template/template.texi b/doc/supplements/template/template.texi index 9729a02942..a2b655fd63 100644 --- a/doc/supplements/template/template.texi +++ b/doc/supplements/template/template.texi @@ -21,6 +21,7 @@ @include version.texi @include common/setup.texi +@include common/rtems.texi @ifset use-ascii @dircategory RTEMS Target Supplements