source: rtems/doc/Makefile.am @ 6ff2c0a

4.104.114.84.95
Last change on this file since 6ff2c0a was 2106fc7, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/08/02 at 09:04:43

2002-12-08 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Merge-in images/Makefile.am, common/Makefile.am.
  • images/Makefile.am: Remove.
  • common/Makefile.am: Remove.
  • configure.ac: Reflect changes above.
  • main.am: Append -I $(topsrc_dir) to AM_MAKEINFOFLAGS.
  • 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 src2html
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.