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
RevLine 
[279a6da]1#
2#  $Id$
3#
[2ba8875]4
[cf10399]5ACLOCAL_AMFLAGS = -I ../aclocal
[279a6da]6
7# NOTE: The order of the directories is essential.
8#       + tools, common and images are shared across many documents
9
[2106fc7]10SUBDIRS = tools FAQ started user bsp_howto porting develenv \
[279a6da]11    posix_users posix1003.1 filesystem itron3.0 networking ada_user \
12    started_ada rtems_gdb rgdb_specs new_chapters relnotes supplements \
[64151bf]13    gnu_docs
[279a6da]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 \
[cf10399]22    rtems_header.html.in rtems_footer.html.in
[110445c]23
[2106fc7]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
[0febd38f]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
[2106fc7]33
34if USE_HTML
35html_images_DATA = $(HTML_IMAGES)
36endif
37
38EXTRA_DIST += $(HTML_IMAGES)
[24dd0fb]39
40CLEANFILES = common/rtems.texi
41DISTCLEANFILES = common/rtems.sed
Note: See TracBrowser for help on using the repository browser.