source: rtems/doc/develenv/Makefile.am @ b52b7f9

4.104.114.84.95
Last change on this file since b52b7f9 was b52b7f9, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/17/04 at 09:39:54

2004-02-17 Ralf Corsepius <corsepiu@…>

  • develenv/Makefile.am: Put *.texi into the builddir.
  • Property mode set to 100644
File size: 938 bytes
Line 
1#
2#  COPYRIGHT (c) 1988-2002.
3#  On-Line Applications Research Corporation (OAR).
4#  All rights reserved.
5#
6#  $Id$
7#
8
9PROJECT = develenv
10EDITION = 1
11
12include $(top_srcdir)/project.am
13include $(top_srcdir)/main.am
14
15FILES = direct.texi intro.texi sample.texi utils.texi
16
17GENERATED_FILES = direct.texi sample.texi utils.texi
18
19COMMON_FILES += $(top_srcdir)/common/cpright.texi
20
21info_TEXINFOS = develenv.texi
22develenv_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)
23
24direct.texi: direct.t
25        $(BMENU2) -p "Introduction" \
26            -u "Top" \
27            -n "Sample Applications" < $< > $@
28
29sample.texi: sample.t
30        $(BMENU2) -p "Directory Structure Documentation Directory" \
31            -u "Top" \
32            -n "RTEMS Specific Utilities" < $< > $@
33
34utils.texi: utils.t
35        $(BMENU2) -p "Sample Applications Network Loopback Test" \
36            -u "Top" \
37            -n "Command and Variable Index" < $< > $@
38
39CLEANFILES += develenv.info
40
41EXTRA_DIST = direct.t sample.t utils.t
Note: See TracBrowser for help on using the repository browser.