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/rtems_gdb/ChangeLog | 4 ++++ doc/rtems_gdb/Makefile.am | 12 ++++++------ 2 files changed, 10 insertions(+), 6 deletions(-) (limited to 'doc/rtems_gdb') diff --git a/doc/rtems_gdb/ChangeLog b/doc/rtems_gdb/ChangeLog index 6d795ef7d1..bb7c95b162 100644 --- a/doc/rtems_gdb/ChangeLog +++ b/doc/rtems_gdb/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/rtems_gdb/Makefile.am b/doc/rtems_gdb/Makefile.am index 9aae119fa8..eaeaa21728 100644 --- a/doc/rtems_gdb/Makefile.am +++ b/doc/rtems_gdb/Makefile.am @@ -28,32 +28,32 @@ rtems_gdb_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES) # Process Automatically Generated Files # -$(srcdir)/intro.texi: intro.t +intro.texi: intro.t $(BMENU2) -p "Top" \ -u "Top" \ -n "Software Architecture" < $< > $@ -$(srcdir)/swarch.texi: swarch.t +swarch.texi: swarch.t $(BMENU2) -p "Introduction" \ -u "Top" \ -n "Getting Started" < $< > $@ -$(srcdir)/started.texi: started.t +started.texi: started.t $(BMENU2) -p "Software Architecture" \ -u "Top" \ -n "Commands" < $< > $@ -$(srcdir)/commands.texi: commands.t +commands.texi: commands.t $(BMENU2) -p "Getting Started Attaching To The System" \ -u "Top" \ -n "Troubleshooting" < $< > $@ -$(srcdir)/trouble.texi: trouble.t +trouble.texi: trouble.t $(BMENU2) -p "Commands Thread control" \ -u "Top" \ -n "Debug Session Example" < $< > $@ -$(srcdir)/example.texi: example.t +example.texi: example.t $(BMENU2) -p "Troubleshooting Debug server not present" \ -u "Top" \ -n "" < $< > $@ -- cgit v1.2.3