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/rgdb_specs/ChangeLog | 4 ++++ doc/rgdb_specs/Makefile.am | 16 ++++++++-------- 2 files changed, 12 insertions(+), 8 deletions(-) (limited to 'doc/rgdb_specs') diff --git a/doc/rgdb_specs/ChangeLog b/doc/rgdb_specs/ChangeLog index 6d795ef7d1..bb7c95b162 100644 --- a/doc/rgdb_specs/ChangeLog +++ b/doc/rgdb_specs/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/rgdb_specs/Makefile.am b/doc/rgdb_specs/Makefile.am index 47c18406ea..c4a5e9230d 100644 --- a/doc/rgdb_specs/Makefile.am +++ b/doc/rgdb_specs/Makefile.am @@ -35,42 +35,42 @@ endif # Process Automatically Generated Files # -$(srcdir)/intro.texi: intro.t +intro.texi: intro.t $(BMENU2) -c -p "Top" \ -u "Top" \ -n "Document Revision History" < $< > $@ -$(srcdir)/revision.texi: revision.t +revision.texi: revision.t $(BMENU2) -c -p "Introduction" \ -u "Top" \ -n "Objectives" < $< > $@ -$(srcdir)/objectives.texi: objectives.t +objectives.texi: objectives.t $(BMENU2) -c -p "Document Revision History" \ -u "Top" \ -n "A Rapid Tour of GDB Internals" < $< > $@ -$(srcdir)/gdbinternals.texi: gdbinternals.t +gdbinternals.texi: gdbinternals.t $(BMENU2) -c -p "Implied Restrictions" \ -u "Top" \ -n "Interfacing GDB with RTEMS as a Target" < $< > $@ -$(srcdir)/interfacing.texi: interfacing.t +interfacing.texi: interfacing.t $(BMENU2) -c -p "A Rapid Tour of GDB Internals" \ -u "Top" \ -n "Communication with GDB" < $< > $@ -$(srcdir)/comm.texi: comm.t +comm.texi: comm.t $(BMENU2) -c -p "Interfacing GDB with RTEMS as a Target" \ -u "Top" \ -n "RTEMS Debugger Server Daemon" < $< > $@ -$(srcdir)/daemon.texi: daemon.t +daemon.texi: daemon.t $(BMENU2) -c -p "Communication with GDB" \ -u "Top" \ -n "Conclusion" < $< > $@ -$(srcdir)/conclusion.texi: conclusion.t +conclusion.texi: conclusion.t $(BMENU2) -c -p "Output of a Debug Session with the Prototype" \ -u "Top" \ -n "" < $< > $@ -- cgit v1.2.3