summaryrefslogtreecommitdiffstats
path: root/doc/FAQ/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-01-24 11:16:56 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-01-24 11:16:56 +0000
commitc7ddb1726f4923c4906aed402ac97ca5543b61f7 (patch)
tree45b88814dd762eafd306e26c14a90b95a87b6abe /doc/FAQ/Makefile.am
parent2003-01-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-c7ddb1726f4923c4906aed402ac97ca5543b61f7.tar.bz2
2003-01-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Put GENERATED_FILES into $builddir.
Diffstat (limited to 'doc/FAQ/Makefile.am')
-rw-r--r--doc/FAQ/Makefile.am22
1 files changed, 11 insertions, 11 deletions
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 "" < $< > $@