summaryrefslogtreecommitdiffstats
path: root/doc/develenv
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-02-17 09:39:54 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-02-17 09:39:54 +0000
commitb52b7f94ab57497175820c439a78babd6b4cf84c (patch)
tree6b518e26d2a80579917ca10fd1b92154c1347213 /doc/develenv
parent2004-02-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-b52b7f94ab57497175820c439a78babd6b4cf84c.tar.bz2
2004-02-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* develenv/Makefile.am: Put *.texi into the builddir.
Diffstat (limited to '')
-rw-r--r--doc/develenv/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/develenv/Makefile.am b/doc/develenv/Makefile.am
index 9ba673dc9b..a1d7f75a10 100644
--- a/doc/develenv/Makefile.am
+++ b/doc/develenv/Makefile.am
@@ -21,17 +21,17 @@ COMMON_FILES += $(top_srcdir)/common/cpright.texi
info_TEXINFOS = develenv.texi
develenv_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)
-$(srcdir)/direct.texi: direct.t
+direct.texi: direct.t
$(BMENU2) -p "Introduction" \
-u "Top" \
-n "Sample Applications" < $< > $@
-$(srcdir)/sample.texi: sample.t
+sample.texi: sample.t
$(BMENU2) -p "Directory Structure Documentation Directory" \
-u "Top" \
-n "RTEMS Specific Utilities" < $< > $@
-$(srcdir)/utils.texi: utils.t
+utils.texi: utils.t
$(BMENU2) -p "Sample Applications Network Loopback Test" \
-u "Top" \
-n "Command and Variable Index" < $< > $@