source: rtems/doc/Makefile.am @ 0febd38f

4.104.114.84.95
Last change on this file since 0febd38f was 0febd38f, checked in by Joel Sherrill <joel.sherrill@…>, on 10/22/03 at 17:22:28

2003-10-22 Joel Sherrill <joel@…>

PR 513/doc

  • Makefile.am, index.html.in: Rename Getting Started to be non-language specific and remove link to Ada Getting Started. Also install missing graphic.
  • 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 \
11    posix_users posix1003.1 filesystem itron3.0 networking ada_user \
12    started_ada rtems_gdb rgdb_specs new_chapters relnotes supplements \
13    gnu_docs
14
15if USE_HTML
16html_DATA = index.html HELP.html
17endif
18
19AUTOMAKE_FILES = project.am main.am
20
21EXTRA_DIST = $(AUTOMAKE_FILES) HELP.html \
22    rtems_header.html.in rtems_footer.html.in
23
24EXTRA_DIST += common/cpright.texi common/setup.texi common/timemac.texi \
25   common/timetbl.t common/treedef.tex common/wksheets.t common/timing.t
26
27html_imagesdir = $(htmldir)/images
28
29HTML_IMAGES = images/dir-arrow.gif images/dvi.gif images/missing-arrow.gif \
30    images/next-arrow.gif images/oaronly.jpg images/pdf.gif images/pdf1.gif
31    images/rtems_logo.jpg images/prev-arrow.gif images/ps.gif \
32    images/up-arrow.gif
33
34if USE_HTML
35html_images_DATA = $(HTML_IMAGES)
36endif
37
38EXTRA_DIST += $(HTML_IMAGES)
39
40CLEANFILES = common/rtems.texi
41DISTCLEANFILES = common/rtems.sed
Note: See TracBrowser for help on using the repository browser.