summaryrefslogtreecommitdiffstats
path: root/doc/porting
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--doc/porting/ChangeLog4
-rw-r--r--doc/porting/Makefile.am3
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/porting/ChangeLog b/doc/porting/ChangeLog
index 80aefe0cce..f0a659506a 100644
--- a/doc/porting/ChangeLog
+++ b/doc/porting/ChangeLog
@@ -1,3 +1,7 @@
+2002-01-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: include main.am, require automake-1.5.
+
2001-01-17 Joel Sherrill <joel@OARcorp.com>
* .cvsignore: Added rtems_header.html and rtems_footer.html.
diff --git a/doc/porting/Makefile.am b/doc/porting/Makefile.am
index 695969af40..ed06d50ded 100644
--- a/doc/porting/Makefile.am
+++ b/doc/porting/Makefile.am
@@ -6,12 +6,13 @@
# $Id$
#
-AUTOMAKE_OPTIONS = foreign 1.4
+AUTOMAKE_OPTIONS = foreign 1.5
PROJECT = porting
EDITION = 1
include $(top_srcdir)/project.am
+include $(top_srcdir)/main.am
FILES = preface.texi developtools.texi sourcecode.texi cpumodels.texi \
cpuinit.texi interrupts.texi taskcontext.texi idlethread.texi \