From 51eacee9b7c880f564f7f76f62256563f10e21d4 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 28 Oct 2002 13:44:39 +0000 Subject: 2002-10-24 Eugeny S. Mints * 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. --- doc/bsp_howto/Makefile.am | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'doc/bsp_howto/Makefile.am') 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" \ -- cgit v1.2.3