source: rtems/doc/develenv/Makefile.am @ 9814e9e3

4.104.114.84.95
Last change on this file since 9814e9e3 was 9814e9e3, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/11/03 at 16:20:40

2003-12-11 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Cosmetics.
  • Property mode set to 100644
File size: 929 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
24$(srcdir)/direct.texi: direct.t
25        $(BMENU2) -p "Introduction" \
26            -u "Top" \
27            -n "Sample Applications" < $< > $@
28
29$(srcdir)/sample.texi: sample.t
30        $(BMENU2) -p "Directory Structure Documentation Directory" \
31            -u "Top" \
32            -n "RTEMS Specific Utilities" < $< > $@
33
34$(srcdir)/utils.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
Note: See TracBrowser for help on using the repository browser.