From 8f3ddac7dcc255b1b6355f98c2d7d9a02809bb78 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sat, 30 Aug 2003 06:11:08 +0000 Subject: [PATCH] 2003-08-30 Ralf Corsepius * rtems_gdb.texi: include common/rtems.texi. * Makefile.am: Reflect changes to $(top_srcdir)/project.am. --- doc/rtems_gdb/ChangeLog | 5 +++++ doc/rtems_gdb/Makefile.am | 3 +-- doc/rtems_gdb/rtems_gdb.texi | 1 + 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/doc/rtems_gdb/ChangeLog b/doc/rtems_gdb/ChangeLog index f6b01cdb53..baadc82122 100644 --- a/doc/rtems_gdb/ChangeLog +++ b/doc/rtems_gdb/ChangeLog @@ -1,3 +1,8 @@ +2003-08-30 Ralf Corsepius + + * rtems_gdb.texi: include common/rtems.texi. + * Makefile.am: Reflect changes to $(top_srcdir)/project.am. + 2003-05-22 Ralf Corsepius * example.t: Reflect c/src/exec having moved to cpukit. diff --git a/doc/rtems_gdb/Makefile.am b/doc/rtems_gdb/Makefile.am index eaeaa21728..b7924efe91 100644 --- a/doc/rtems_gdb/Makefile.am +++ b/doc/rtems_gdb/Makefile.am @@ -16,8 +16,7 @@ include $(top_srcdir)/main.am GENERATED_FILES = intro.texi swarch.texi started.texi commands.texi \ trouble.texi example.texi -COMMON_FILES = $(top_srcdir)/common/setup.texi \ - $(top_srcdir)/common/cpright.texi +COMMON_FILES += $(top_srcdir)/common/cpright.texi FILES = diff --git a/doc/rtems_gdb/rtems_gdb.texi b/doc/rtems_gdb/rtems_gdb.texi index 079496426c..13abf762da 100644 --- a/doc/rtems_gdb/rtems_gdb.texi +++ b/doc/rtems_gdb/rtems_gdb.texi @@ -21,6 +21,7 @@ @include version.texi @include common/setup.texi +@include common/rtems.texi @ifset use-ascii @dircategory RTEMS On-Line Manual