2004-02-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* develenv/Makefile.am: Put *.texi into the builddir.
This commit is contained in:
Ralf Corsepius
2004-02-17 09:39:54 +00:00
parent 3afcb030e4
commit b52b7f94ab
2 changed files with 7 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
2004-02-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* develenv/Makefile.am: Put *.texi into the builddir.
2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* started/tversions.texi: Remove (Bogus).

View File

@@ -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" < $< > $@