summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--doc/FAQ/ChangeLog4
-rw-r--r--doc/FAQ/Makefile.am22
-rw-r--r--doc/ada_user/ChangeLog4
-rw-r--r--doc/ada_user/Makefile.am26
-rw-r--r--doc/bsp_howto/ChangeLog4
-rw-r--r--doc/bsp_howto/Makefile.am36
-rw-r--r--doc/filesystem/ChangeLog4
-rw-r--r--doc/filesystem/Makefile.am16
8 files changed, 66 insertions, 50 deletions
diff --git a/doc/FAQ/ChangeLog b/doc/FAQ/ChangeLog
index fe8402defa..faff3299c7 100644
--- a/doc/FAQ/ChangeLog
+++ b/doc/FAQ/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>
* build45.t: Fix typo in previous patch.
diff --git a/doc/FAQ/Makefile.am b/doc/FAQ/Makefile.am
index 06433557ae..a2473d5b9c 100644
--- a/doc/FAQ/Makefile.am
+++ b/doc/FAQ/Makefile.am
@@ -29,57 +29,57 @@ FAQ_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)
# Process Automatically Generated Files
#
-$(srcdir)/basic.texi: basic.t
+basic.texi: basic.t
$(BMENU2) -c -p "Top" \
-u "Top" \
-n "" < $< > $@
-$(srcdir)/tools.texi: tools.t
+tools.texi: tools.t
$(BMENU2) -c -p "Top" \
-u "Top" \
-n "" < $< > $@
-$(srcdir)/concepts.texi: concepts.t
+concepts.texi: concepts.t
$(BMENU2) -c -p "" \
-u "Top" \
-n "" < $< > $@
-$(srcdir)/build45.texi: build45.t
+build45.texi: build45.t
$(BMENU2) -c -p "" \
-u "Top" \
-n "" < $< > $@
-$(srcdir)/bsp.texi: bsp.t
+bsp.texi: bsp.t
$(BMENU2) -c -p "" \
-u "Top" \
-n "" < $< > $@
-$(srcdir)/debug.texi: debug.t
+debug.texi: debug.t
$(BMENU2) -c -p "" \
-u "Top" \
-n "" < $< > $@
-$(srcdir)/freesw.texi: freesw.t
+freesw.texi: freesw.t
$(BMENU2) -c -p "" \
-u "Top" \
-n "" < $< > $@
-$(srcdir)/embeddedinfo.texi: embeddedinfo.t
+embeddedinfo.texi: embeddedinfo.t
$(BMENU2) -c -p "" \
-u "Top" \
-n "" < $< > $@
-$(srcdir)/hwdebugaids.texi: hwdebugaids.t
+hwdebugaids.texi: hwdebugaids.t
$(BMENU2) -c -p "" \
-u "Top" \
-n "" < $< > $@
-$(srcdir)/projects.texi: projects.t
+projects.texi: projects.t
$(BMENU2) -c -p "" \
-u "Top" \
-n "" < $< > $@
-$(srcdir)/endoftime.texi: endoftime.t
+endoftime.texi: endoftime.t
$(BMENU2) -c -p "" \
-u "Top" \
-n "" < $< > $@
diff --git a/doc/ada_user/ChangeLog b/doc/ada_user/ChangeLog
index 6d795ef7d1..bb7c95b162 100644
--- a/doc/ada_user/ChangeLog
+++ b/doc/ada_user/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/ada_user/Makefile.am b/doc/ada_user/Makefile.am
index b44a078afb..273afdb1b7 100644
--- a/doc/ada_user/Makefile.am
+++ b/doc/ada_user/Makefile.am
@@ -13,19 +13,19 @@ EDITION = 1
include $(top_srcdir)/project.am
include $(top_srcdir)/main.am
-COMMON_FILES = $(top_srcdir)/user/bsp.texi $(top_srcdir)/user/clock.texi \
- $(top_srcdir)/user/concepts.texi $(top_srcdir)/user/datatypes.texi \
- $(top_srcdir)/user/conf.texi $(top_srcdir)/user/dirstat.texi \
- $(top_srcdir)/user/dpmem.texi $(top_srcdir)/user/event.texi \
- $(top_srcdir)/user/fatal.texi $(top_srcdir)/user/glossary.texi \
- $(top_srcdir)/user/init.texi $(top_srcdir)/user/intr.texi \
- $(top_srcdir)/user/io.texi $(top_srcdir)/user/mp.texi \
- $(top_srcdir)/user/msg.texi $(top_srcdir)/user/overview.texi \
- $(top_srcdir)/user/part.texi $(top_srcdir)/user/preface.texi \
- $(top_srcdir)/user/region.texi $(top_srcdir)/user/rtmon.texi \
- $(top_srcdir)/user/schedule.texi $(top_srcdir)/user/sem.texi \
- $(top_srcdir)/user/signal.texi $(top_srcdir)/user/task.texi \
- $(top_srcdir)/user/timer.texi $(top_srcdir)/user/userext.texi \
+COMMON_FILES = $(top_builddir)/user/bsp.texi $(top_builddir)/user/clock.texi \
+ $(top_builddir)/user/concepts.texi $(top_builddir)/user/datatypes.texi \
+ $(top_builddir)/user/conf.texi $(top_builddir)/user/dirstat.texi \
+ $(top_builddir)/user/dpmem.texi $(top_builddir)/user/event.texi \
+ $(top_builddir)/user/fatal.texi $(top_builddir)/user/glossary.texi \
+ $(top_builddir)/user/init.texi $(top_builddir)/user/intr.texi \
+ $(top_builddir)/user/io.texi $(top_builddir)/user/mp.texi \
+ $(top_builddir)/user/msg.texi $(top_builddir)/user/overview.texi \
+ $(top_builddir)/user/part.texi $(top_builddir)/user/preface.texi \
+ $(top_builddir)/user/region.texi $(top_builddir)/user/rtmon.texi \
+ $(top_builddir)/user/schedule.texi $(top_builddir)/user/sem.texi \
+ $(top_builddir)/user/signal.texi $(top_builddir)/user/task.texi \
+ $(top_builddir)/user/timer.texi $(top_builddir)/user/userext.texi \
$(top_srcdir)/common/setup.texi $(top_srcdir)/common/cpright.texi
FILES = example.texi
diff --git a/doc/bsp_howto/ChangeLog b/doc/bsp_howto/ChangeLog
index 14626d59cd..7ac294a414 100644
--- a/doc/bsp_howto/ChangeLog
+++ b/doc/bsp_howto/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/bsp_howto/Makefile.am b/doc/bsp_howto/Makefile.am
index 1b0915f632..f26d93ffc5 100644
--- a/doc/bsp_howto/Makefile.am
+++ b/doc/bsp_howto/Makefile.am
@@ -30,94 +30,94 @@ bsp_howto_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 "Target Dependent Files" < $< > $@
-$(srcdir)/target.texi: target.t
+target.texi: target.t
$(BMENU2) -p "Introduction" \
-u "Top" \
-n "Makefiles" < $< > $@
-$(srcdir)/makefiles.texi: makefiles.t
+makefiles.texi: makefiles.t
$(BMENU2) -p "Target Dependent Files Board Support Package Structure" \
-u "Top" \
-n "Linker Script" < $< > $@
-$(srcdir)/linkcmds.texi: linkcmds.t
+linkcmds.texi: linkcmds.t
$(BMENU2) -p "Makefiles Creating a New BSP Make Customization File" \
-u "Top" \
-n "Ada95 Interrupt Support" < $< > $@
-$(srcdir)/adaintr.texi: adaintr.t
+adaintr.texi: adaintr.t
$(BMENU2) -p "Linker Script Initialized Data" \
-u "Top" \
-n "Miscellaneous Support Files" < $< > $@
-$(srcdir)/support.texi: support.t
+support.texi: support.t
$(BMENU2) -p "Ada95 Interrupt Support Version Requirements" \
-u "Top" \
-n "" < $< > $@
-$(srcdir)/init.texi: init.t
+init.texi: init.t
$(BMENU2) -p "" \
-u "Top" \
-n "" < $< > $@
-$(srcdir)/console.texi: console.t
+console.texi: console.t
$(BMENU2) -p "" \
-u "Top" \
-n "" < $< > $@
-$(srcdir)/clock.texi: clock.t
+clock.texi: clock.t
$(BMENU2) -p "" \
-u "Top" \
-n "" < $< > $@
-$(srcdir)/timer.texi: timer.t
+timer.texi: timer.t
$(BMENU2) -p "" \
-u "Top" \
-n "" < $< > $@
-$(srcdir)/rtc.texi: rtc.t
+rtc.texi: rtc.t
$(BMENU2) -p "" \
-u "Top" \
-n "" < $< > $@
-$(srcdir)/ata.texi: ata.t
+ata.texi: ata.t
$(BMENU2) -p "" \
-u "Top" \
-n "" < $< > $@
-$(srcdir)/ide-ctrl.texi: ide-ctrl.t
+ide-ctrl.texi: ide-ctrl.t
$(BMENU2) -p "" \
-u "Top" \
-n "" < $< > $@
-$(srcdir)/nvmem.texi: nvmem.t
+nvmem.texi: nvmem.t
$(BMENU2) -p "" \
-u "Top" \
-n "" < $< > $@
#
# Grab the chapter on writing a network device driver.
#
-$(srcdir)/network.texi: ../networking/driver.t
+network.texi: ../networking/driver.t
$(BMENU2) -p "" \
-u "Top" \
-n "" < $< > $@
-$(srcdir)/shmsupp.texi: shmsupp.t
+shmsupp.texi: shmsupp.t
$(BMENU2) -p "" \
-u "Top" \
-n "" < $< > $@
-$(srcdir)/analog.texi: analog.t
+analog.texi: analog.t
$(BMENU2) -p "" \
-u "Top" \
-n "" < $< > $@
-$(srcdir)/discrete.texi: discrete.t
+discrete.texi: discrete.t
$(BMENU2) -p "" \
-u "Top" \
-n "" < $< > $@
diff --git a/doc/filesystem/ChangeLog b/doc/filesystem/ChangeLog
index 6d795ef7d1..bb7c95b162 100644
--- a/doc/filesystem/ChangeLog
+++ b/doc/filesystem/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/filesystem/Makefile.am b/doc/filesystem/Makefile.am
index 6916a0922c..14a02d10bf 100644
--- a/doc/filesystem/Makefile.am
+++ b/doc/filesystem/Makefile.am
@@ -25,42 +25,42 @@ FILES = preface.texi
info_TEXINFOS = filesystem.texi
filesystem_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)
-$(srcdir)/patheval.texi: patheval.t
+patheval.texi: patheval.t
$(BMENU2) -p "" \
-u "Top" \
-n "" < $< > $@
-$(srcdir)/init.texi: init.t
+init.texi: init.t
$(BMENU2) -p "" \
-u "Top" \
-n "" < $< > $@
-$(srcdir)/mounting.texi: mounting.t
+mounting.texi: mounting.t
$(BMENU2) -p "" \
-u "Top" \
-n "" < $< > $@
-$(srcdir)/syscalls.texi: syscalls.t
+syscalls.texi: syscalls.t
$(BMENU2) -p "" \
-u "Top" \
-n "" < $< > $@
-$(srcdir)/fsrequirements.texi: fsrequirements.t
+fsrequirements.texi: fsrequirements.t
$(BMENU2) -p "" \
-u "Top" \
-n "" < $< > $@
-$(srcdir)/imfs.texi: imfs.t
+imfs.texi: imfs.t
$(BMENU2) -p "" \
-u "Top" \
-n "" < $< > $@
-$(srcdir)/miniimfs.texi: miniimfs.t
+miniimfs.texi: miniimfs.t
$(BMENU2) -p "" \
-u "Top" \
-n "" < $< > $@
-$(srcdir)/tftp.texi: tftp.t
+tftp.texi: tftp.t
$(BMENU2) -p "" \
-u "Top" \
-n "" < $< > $@