summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/bsp_howto/ChangeLog4
-rw-r--r--doc/bsp_howto/Makefile.am8
2 files changed, 8 insertions, 4 deletions
diff --git a/doc/bsp_howto/ChangeLog b/doc/bsp_howto/ChangeLog
index 3527950f29..4000e3bc99 100644
--- a/doc/bsp_howto/ChangeLog
+++ b/doc/bsp_howto/ChangeLog
@@ -1,3 +1,7 @@
+2003-12-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: Add ata.t, ide_ctrl.t to EXTRA_DIST.
+
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Cosmetics.
diff --git a/doc/bsp_howto/Makefile.am b/doc/bsp_howto/Makefile.am
index dadfcac6f4..6126214326 100644
--- a/doc/bsp_howto/Makefile.am
+++ b/doc/bsp_howto/Makefile.am
@@ -120,8 +120,8 @@ discrete.texi: discrete.t
-u "Top" \
-n "" < $< > $@
-EXTRA_DIST = adaintr.t analog.t clock.t console.t discrete.t init.t intro.t \
- linkcmds.t makefiles.t nvmem.t rtc.t shmsupp.t support.t target.t \
- timer.t
-
CLEANFILES += bsp_howto.info bsp_howto.info-?
+
+EXTRA_DIST = adaintr.t analog.t ata.t clock.t console.t discrete.t \
+ ide-ctrl.t init.t intro.t linkcmds.t makefiles.t nvmem.t rtc.t shmsupp.t \
+ support.t target.t timer.t