summaryrefslogtreecommitdiffstats
path: root/doc/Makefile.am
blob: af6790ff4bd34ed0549153412856672a08f10248 (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
#
#  $Id$
#

AUTOMAKE_OPTIONS = foreign 1.4

# NOTE: The order of the directories is essential
SUBDIRS = \
tools \
common \
images \
FAQ \
started \
user \
bsp_howto \
porting \
develenv \
posix_users \
posix1003.1 \
filesystem \
itron3.0 \
networking \
ada_user \
started_ada \
rtems_gdb \
rgdb_specs \
new_chapters \
relnotes \
supplements \
gnu_docs \
src2html

if USE_HTML
html_DATA = index.html HELP.html BAD.html
endif

AUTOMAKE_FILES = project.am

noinst_SCRIPTS = bootstrap

EXTRA_DIST = \
$(AUTOMAKE_FILES) \
HELP.html BAD.html \
texinfo/texinfo.tex \
$(noinst_SCRIPTS)