source: rtems/doc/develenv/Makefile.am @ 64151bf

4.104.114.84.95
Last change on this file since 64151bf was aa41429, checked in by Joel Sherrill <joel.sherrill@…>, on 02/18/03 at 16:16:12

2003-02-18 Joel Sherrill <joel@…>

  • Makefile.am, develenv.texi: Relect generating .texi from .t's.
  • direct.t, sample.t, utils.t: New files.
  • direct.texi, sample.texi, utils.texi: Removed. Now generated from corresponding .t files which are in the process of being updated. This commit is a anspshot of the update effort.
  • Property mode set to 100644
File size: 968 bytes
Line 
1#
2#  COPYRIGHT (c) 1988-2002.
3#  On-Line Applications Research Corporation (OAR).
4#  All rights reserved.
5#
6#  $Id$
7#
8
9
10PROJECT = develenv
11EDITION = 1
12
13include $(top_srcdir)/project.am
14include $(top_srcdir)/main.am
15
16FILES = compile.texi direct.texi intro.texi sample.texi utils.texi
17
18GENERATED_FILES = direct.texi sample.texi utils.texi
19
20COMMON_FILES = $(top_srcdir)/common/setup.texi \
21    $(top_srcdir)/common/cpright.texi
22
23info_TEXINFOS = develenv.texi
24develenv_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)
25
26$(srcdir)/direct.texi: direct.t
27        $(BMENU2) -p "Introduction" \
28            -u "Top" \
29            -n "Sample Applications" < $< > $@
30
31$(srcdir)/sample.texi: sample.t
32        $(BMENU2) -p "Directory Structure Test Suite Source Directory" \
33            -u "Top" \
34            -n "RTEMS Specific Utilities" < $< > $@
35
36$(srcdir)/utils.texi: utils.t
37        $(BMENU2) -p "Sample Applications Paranoia Floating Point Application" \
38            -u "Top" \
39            -n "Command and Variable Index" < $< > $@
Note: See TracBrowser for help on using the repository browser.