source: rtems/doc/Makefile.am @ 2932830b

4.104.114.84.95
Last change on this file since 2932830b was 64151bf, checked in by Joel Sherrill <joel.sherrill@…>, on 02/18/03 at 16:17:00

2003-02-18 Joel Sherrill <joel@…>

  • Makefile.am, configure.ac: Remove src2html references.
  • index.html.in: Update to reflect partial update of Development Environment Guide.
  • Property mode set to 100644
File size: 1.0 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 images/next-arrow.gif \
30    images/oaronly.jpg images/pdf.gif images/pdf1.gif images/prev-arrow.gif images/ps.gif images/up-arrow.gif
31
32if USE_HTML
33html_images_DATA = $(HTML_IMAGES)
34endif
35
36EXTRA_DIST += $(HTML_IMAGES)
Note: See TracBrowser for help on using the repository browser.