4.104.114.84.95
Last change
on this file since 6521b63 was
6521b63,
checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/23/03 at 21:31:40
|
2003-11-23 Ralf Corsepius <corsepiu@…>
- Makefile.am: Add missing '\'. Reformat.
|
-
Property mode set to
100644
|
File size:
1.1 KB
|
Line | |
---|
1 | # |
---|
2 | # $Id$ |
---|
3 | # |
---|
4 | |
---|
5 | ACLOCAL_AMFLAGS = -I ../aclocal |
---|
6 | |
---|
7 | # NOTE: The order of the directories is essential. |
---|
8 | # + tools, common and images are shared across many documents |
---|
9 | |
---|
10 | SUBDIRS = tools FAQ started user bsp_howto porting develenv posix_users \ |
---|
11 | posix1003.1 filesystem itron3.0 networking ada_user started_ada \ |
---|
12 | rtems_gdb rgdb_specs new_chapters relnotes supplements gnu_docs |
---|
13 | |
---|
14 | if USE_HTML |
---|
15 | html_DATA = index.html HELP.html |
---|
16 | endif |
---|
17 | |
---|
18 | AUTOMAKE_FILES = project.am main.am |
---|
19 | |
---|
20 | EXTRA_DIST = $(AUTOMAKE_FILES) HELP.html rtems_header.html.in \ |
---|
21 | rtems_footer.html.in |
---|
22 | |
---|
23 | EXTRA_DIST += common/cpright.texi common/setup.texi common/timemac.texi \ |
---|
24 | common/timetbl.t common/treedef.tex common/wksheets.t common/timing.t |
---|
25 | |
---|
26 | html_imagesdir = $(htmldir)/images |
---|
27 | |
---|
28 | HTML_IMAGES = images/dir-arrow.gif images/dvi.gif images/missing-arrow.gif \ |
---|
29 | images/next-arrow.gif images/oaronly.jpg images/pdf.gif images/pdf1.gif \ |
---|
30 | images/rtems_logo.jpg images/prev-arrow.gif images/ps.gif \ |
---|
31 | images/up-arrow.gif |
---|
32 | |
---|
33 | if USE_HTML |
---|
34 | html_images_DATA = $(HTML_IMAGES) |
---|
35 | endif |
---|
36 | |
---|
37 | EXTRA_DIST += $(HTML_IMAGES) |
---|
38 | |
---|
39 | CLEANFILES = common/rtems.texi |
---|
40 | DISTCLEANFILES = common/rtems.sed |
---|
Note: See
TracBrowser
for help on using the repository browser.