source: rtems/doc/Makefile.am @ dfd3132

4.104.114.84.95
Last change on this file since dfd3132 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
5ACLOCAL_AMFLAGS = -I ../aclocal
6
7# NOTE: The order of the directories is essential.
8#       + tools, common and images are shared across many documents
9
10SUBDIRS = 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
14if USE_HTML
15html_DATA = index.html HELP.html
16endif
17
18AUTOMAKE_FILES = project.am main.am
19
20EXTRA_DIST = $(AUTOMAKE_FILES) HELP.html rtems_header.html.in \
21    rtems_footer.html.in
22
23EXTRA_DIST += common/cpright.texi common/setup.texi common/timemac.texi \
24    common/timetbl.t common/treedef.tex common/wksheets.t common/timing.t
25
26html_imagesdir = $(htmldir)/images
27
28HTML_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
33if USE_HTML
34html_images_DATA = $(HTML_IMAGES)
35endif
36
37EXTRA_DIST += $(HTML_IMAGES)
38
39CLEANFILES = common/rtems.texi
40DISTCLEANFILES = common/rtems.sed
Note: See TracBrowser for help on using the repository browser.