summaryrefslogtreecommitdiffstats
path: root/doc/supplements/arm
diff options
context:
space:
mode:
Diffstat (limited to 'doc/supplements/arm')
-rw-r--r--doc/supplements/arm/ChangeLog4
-rw-r--r--doc/supplements/arm/Makefile.am5
2 files changed, 7 insertions, 2 deletions
diff --git a/doc/supplements/arm/ChangeLog b/doc/supplements/arm/ChangeLog
index 1ef5406c66..c538fa69a9 100644
--- a/doc/supplements/arm/ChangeLog
+++ b/doc/supplements/arm/ChangeLog
@@ -1,3 +1,7 @@
+2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: Cosmetics.
+
2003-11-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Add *.info to CLEANFILES to accomodate
diff --git a/doc/supplements/arm/Makefile.am b/doc/supplements/arm/Makefile.am
index 1c8fc87499..6569dc2384 100644
--- a/doc/supplements/arm/Makefile.am
+++ b/doc/supplements/arm/Makefile.am
@@ -6,7 +6,6 @@
# $Id$
#
-
PROJECT = arm
EDITION = 1
@@ -16,7 +15,8 @@ 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/cpright.texi $(top_srcdir)/common/timemac.texi
+COMMON_FILES += $(top_srcdir)/common/cpright.texi \
+ $(top_srcdir)/common/timemac.texi
FILES = preface.texi
@@ -108,3 +108,4 @@ EXTRA_DIST = BSP_TIMES bsp.t callconv.t cpumodel.t cputable.t fatalerr.t \
intr_NOTIMES.t memmodel.t timeBSP.t
CLEANFILES += arm.info
+