summaryrefslogtreecommitdiffstats
path: root/doc/bsp_howto/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-10-28 13:44:39 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-10-28 13:44:39 +0000
commit51eacee9b7c880f564f7f76f62256563f10e21d4 (patch)
treeaa884b8e92477b31e89e5538147a1da34444db77 /doc/bsp_howto/Makefile.am
parent2002-10-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-51eacee9b7c880f564f7f76f62256563f10e21d4.tar.bz2
2002-10-24 Eugeny S. Mints <Eugeny.Mints@oktet.ru>
* ata.t, ide-ctrl.t: New file. * .cvsignore: Added new .texi files. * Makefile.am:: Added new files to generate. * bsp_howto.texi: Added new chapters. * stamp-vti, version.texi: Regenerated.
Diffstat (limited to 'doc/bsp_howto/Makefile.am')
-rw-r--r--doc/bsp_howto/Makefile.am13
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/bsp_howto/Makefile.am b/doc/bsp_howto/Makefile.am
index 925a65378c..1b0915f632 100644
--- a/doc/bsp_howto/Makefile.am
+++ b/doc/bsp_howto/Makefile.am
@@ -15,7 +15,8 @@ include $(top_srcdir)/main.am
GENERATED_FILES = intro.texi target.texi makefiles.texi linkcmds.texi \
support.texi adaintr.texi init.texi console.texi clock.texi timer.texi \
- rtc.texi nvmem.texi network.texi shmsupp.texi analog.texi discrete.texi
+ rtc.texi ata.texi ide-ctrl.texi nvmem.texi network.texi shmsupp.texi \
+ analog.texi discrete.texi
COMMON_FILES = $(top_srcdir)/common/setup.texi \
$(top_srcdir)/common/cpright.texi
@@ -84,6 +85,16 @@ $(srcdir)/rtc.texi: rtc.t
-u "Top" \
-n "" < $< > $@
+$(srcdir)/ata.texi: ata.t
+ $(BMENU2) -p "" \
+ -u "Top" \
+ -n "" < $< > $@
+
+$(srcdir)/ide-ctrl.texi: ide-ctrl.t
+ $(BMENU2) -p "" \
+ -u "Top" \
+ -n "" < $< > $@
+
$(srcdir)/nvmem.texi: nvmem.t
$(BMENU2) -p "" \
-u "Top" \