summaryrefslogtreecommitdiffstats
path: root/doc/rgdb_specs
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-01-24 11:24:58 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-01-24 11:24:58 +0000
commit3ebc6dce93910721c9cec2cea95651a6f060a28d (patch)
tree6d2f3179a280f6cf2e202486804b7b4f8dc8a079 /doc/rgdb_specs
parent2003-01-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-3ebc6dce93910721c9cec2cea95651a6f060a28d.tar.bz2
2003-01-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Put GENERATED_FILES into $builddir.
Diffstat (limited to 'doc/rgdb_specs')
-rw-r--r--doc/rgdb_specs/ChangeLog4
-rw-r--r--doc/rgdb_specs/Makefile.am16
2 files changed, 12 insertions, 8 deletions
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 <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: Put GENERATED_FILES into $builddir.
+
2003-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* 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 "" < $< > $@