source: rtems/doc/develenv/Makefile.am @ 9847d61d

4.115
Last change on this file since 9847d61d was 9847d61d, checked in by Ralf Corsépius <ralf.corsepius@…>, on 05/04/12 at 06:58:25

Remove CVS-Ids.

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