summaryrefslogtreecommitdiffstats
path: root/doc/develenv/Makefile.am
blob: a1d7f75a1052007a339a6d855d1e1658b5237a69 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
#
#  COPYRIGHT (c) 1988-2002.
#  On-Line Applications Research Corporation (OAR).
#  All rights reserved.
#
#  $Id$
#

PROJECT = develenv
EDITION = 1

include $(top_srcdir)/project.am
include $(top_srcdir)/main.am

FILES = direct.texi intro.texi sample.texi utils.texi

GENERATED_FILES = direct.texi sample.texi utils.texi

COMMON_FILES += $(top_srcdir)/common/cpright.texi

info_TEXINFOS = develenv.texi
develenv_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)

direct.texi: direct.t
	$(BMENU2) -p "Introduction" \
	    -u "Top" \
	    -n "Sample Applications" < $< > $@

sample.texi: sample.t
	$(BMENU2) -p "Directory Structure Documentation Directory" \
	    -u "Top" \
	    -n "RTEMS Specific Utilities" < $< > $@

utils.texi: utils.t
	$(BMENU2) -p "Sample Applications Network Loopback Test" \
	    -u "Top" \
	    -n "Command and Variable Index" < $< > $@

CLEANFILES += develenv.info

EXTRA_DIST = direct.t sample.t utils.t