summaryrefslogtreecommitdiffstats
path: root/doc/filesystem/Makefile.am
blob: 5b02ed1d391431a8aef51889d4689c0d8fffc8fb (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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
#
#  COPYRIGHT (c) 1988-1999.
#  On-Line Applications Research Corporation (OAR).
#  All rights reserved.
#
#  $Id$
#

AUTOMAKE_OPTIONS = foreign

PROJECT=filesystem

include $(top_srcdir)/project.am

BMENU+= -c

COMMON_FILES=$(top_srcdir)/common/cpright.texi $(top_builddir)/common/setup.texi

GENERATED_FILES=patheval.texi \
    init.texi mounting.texi syscalls.texi fsrequirements.texi imfs.texi \
    miniimfs.texi tftp.texi

FILES= preface.texi

info_TEXINFOS = filesystem.texi
filesystem_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)

patheval.texi: patheval.t
	$(BMENU) -p "" \
	   -u "Top" \
	   -n "" $<

init.texi: init.t
	$(BMENU) -p "" \
	   -u "Top" \
	   -n "" $<

mounting.texi: mounting.t
	$(BMENU) -p "" \
	   -u "Top" \
	   -n "" $<

syscalls.texi: syscalls.t
	$(BMENU) -p "" \
	   -u "Top" \
	   -n "" $<

fsrequirements.texi: fsrequirements.t
	$(BMENU) -p "" \
	   -u "Top" \
	   -n "" $<

imfs.texi: imfs.t
	$(BMENU) -p "" \
	   -u "Top" \
	   -n "" $<

miniimfs.texi: miniimfs.t
	$(BMENU) -p "" \
	   -u "Top" \
	   -n "" $<

tftp.texi: tftp.t
	$(BMENU) -p "" \
	   -u "Top" \
	   -n "" $<

EXTRA_DIST = *.t