diff --git a/doc/user/ChangeLog b/doc/user/ChangeLog index 7205c8585c..fef1ff4049 100644 --- a/doc/user/ChangeLog +++ b/doc/user/ChangeLog @@ -1,3 +1,8 @@ +2003-08-30 Ralf Corsepius + + * c_user.texi: include common/rtems.texi. + * Makefile.am: Reflect changes to $(top_srcdir)/project.am. + 2003-08-22 Joel Sherrill * preface.texi: Reconcile differences between CVS trunk and 4.6 branch. diff --git a/doc/user/Makefile.am b/doc/user/Makefile.am index 9eb83d2087..1d9a3f854b 100644 --- a/doc/user/Makefile.am +++ b/doc/user/Makefile.am @@ -20,8 +20,7 @@ GENERATED_FILES = overview.texi concepts.texi datatypes.texi init.texi \ signal.texi part.texi region.texi dpmem.texi io.texi fatal.texi \ schedule.texi rtmon.texi bsp.texi userext.texi conf.texi mp.texi -COMMON_FILES = $(top_srcdir)/common/setup.texi \ - $(top_srcdir)/common/cpright.texi +COMMON_FILES += $(top_srcdir)/common/cpright.texi info_TEXINFOS = c_user.texi c_user_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES) diff --git a/doc/user/c_user.texi b/doc/user/c_user.texi index 70082e7c4e..4ade92d03d 100644 --- a/doc/user/c_user.texi +++ b/doc/user/c_user.texi @@ -26,6 +26,7 @@ @include version.texi @include common/setup.texi +@include common/rtems.texi @ifset use-ascii @dircategory RTEMS On-Line Manual