source: rtems/doc/filesystem/Makefile.am @ 6449498

4.104.114.84.95
Last change on this file since 6449498 was 6449498, checked in by Joel Sherrill <joel.sherrill@…>, on 01/17/02 at 21:47:47

2001-01-17 Joel Sherrill <joel@…>

  • SUPPORT, LICENSE: New files.
  • Numerous files touched as part of merging the 4.5 branch onto the mainline development trunk and ensuring that the script that cuts snapshots and releases works on the documentation.
  • Property mode set to 100644
File size: 1.4 KB
Line 
1#
2#  COPYRIGHT (c) 1988-2002.
3#  On-Line Applications Research Corporation (OAR).
4#  All rights reserved.
5#
6#  $Id$
7#
8
9AUTOMAKE_OPTIONS = foreign 1.4
10
11PROJECT = filesystem
12EDITION = 1
13
14include $(top_srcdir)/project.am
15
16BMENU2 += -c
17
18GENERATED_FILES = patheval.texi init.texi mounting.texi syscalls.texi \
19    fsrequirements.texi imfs.texi miniimfs.texi tftp.texi
20COMMON_FILES = $(top_srcdir)/common/setup.texi \
21    $(top_srcdir)/common/cpright.texi
22
23FILES = preface.texi
24
25info_TEXINFOS = filesystem.texi
26filesystem_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)
27
28$(srcdir)/patheval.texi: patheval.t
29        $(BMENU2) -p "" \
30           -u "Top" \
31           -n "" < $< > $@
32
33$(srcdir)/init.texi: init.t
34        $(BMENU2) -p "" \
35           -u "Top" \
36           -n "" < $< > $@
37
38$(srcdir)/mounting.texi: mounting.t
39        $(BMENU2) -p "" \
40           -u "Top" \
41           -n "" < $< > $@
42
43$(srcdir)/syscalls.texi: syscalls.t
44        $(BMENU2) -p "" \
45           -u "Top" \
46           -n "" < $< > $@
47
48$(srcdir)/fsrequirements.texi: fsrequirements.t
49        $(BMENU2) -p "" \
50           -u "Top" \
51           -n "" < $< > $@
52
53$(srcdir)/imfs.texi: imfs.t
54        $(BMENU2) -p "" \
55           -u "Top" \
56           -n "" < $< > $@
57
58$(srcdir)/miniimfs.texi: miniimfs.t
59        $(BMENU2) -p "" \
60           -u "Top" \
61           -n "" < $< > $@
62
63$(srcdir)/tftp.texi: tftp.t
64        $(BMENU2) -p "" \
65           -u "Top" \
66           -n "" < $< > $@
67
68EXTRA_DIST = fsrequirements.t imfs.t init.t miniimfs.t mounting.t patheval.t \
69    syscalls.t tftp.t
Note: See TracBrowser for help on using the repository browser.