From 3ebc6dce93910721c9cec2cea95651a6f060a28d Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 24 Jan 2003 11:24:58 +0000 Subject: 2003-01-24 Ralf Corsepius * Makefile.am: Put GENERATED_FILES into $builddir. --- doc/started_ada/ChangeLog | 4 ++++ doc/started_ada/Makefile.am | 12 ++++++------ 2 files changed, 10 insertions(+), 6 deletions(-) (limited to 'doc/started_ada') diff --git a/doc/started_ada/ChangeLog b/doc/started_ada/ChangeLog index 8f5dd2493f..091e9f4630 100644 --- a/doc/started_ada/ChangeLog +++ b/doc/started_ada/ChangeLog @@ -1,3 +1,7 @@ +2003-01-24 Ralf Corsepius + + * Makefile.am: Put GENERATED_FILES into $builddir. + 2003-01-22 Ralf Corsepius * version.texi: Remove from CVS. diff --git a/doc/started_ada/Makefile.am b/doc/started_ada/Makefile.am index c29c1a829a..8b0e3f87f7 100644 --- a/doc/started_ada/Makefile.am +++ b/doc/started_ada/Makefile.am @@ -24,32 +24,32 @@ FILES = tversions.texi info_TEXINFOS = started_ada.texi started_ada_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES) -$(srcdir)/intro.texi: intro.t tversions.texi +intro.texi: intro.t tversions.texi $(BMENU2) -c -p "Top" \ -u "Top" \ -n "Requirements" < $< > $@ -$(srcdir)/require.texi: require.t tversions.texi +require.texi: require.t tversions.texi $(BMENU2) -c -p "GNAT Chat Mailing List" \ -u "Top" \ -n "Building the GNAT Cross Compiler Toolset" < $< > $@ -$(srcdir)/buildada.texi: buildada.t tversions.texi +buildada.texi: buildada.t tversions.texi $(BMENU2) -c -p "Insure GCC and GNAT Environment Variables Are Not Set" \ -u "Top" \ -n "Building RTEMS" < $< > $@ -$(srcdir)/buildrt.texi: ../started/buildrt.t tversions.texi +buildrt.texi: $(top_srcdir)/started/buildrt.t tversions.texi $(BMENU2) -c -p "Error Messages Indicating Configuration Problems" \ -u "Top" \ -n "Building the Sample Application" < $< > $@ -$(srcdir)/sample.texi: sample.t tversions.texi +sample.texi: sample.t tversions.texi $(BMENU2) -c -p "Using the RTEMS configure Script Directly" \ -u "Top" \ -n "Building the GNU Debugger" < $< > $@ -$(srcdir)/gdb.texi: gdb.t tversions.texi +gdb.texi: gdb.t tversions.texi $(BMENU2) -c -p "Application Executable" \ -u "Top" \ -n "" < $< > $@ -- cgit v1.2.3