source: rtems/doc/Makefile.am @ 5f86054

4.10
Last change on this file since 5f86054 was 5f86054, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/11/10 at 11:11:29

2010-06-11 Ralf Corsépius <ralf.corsepius@…>

  • Makefile.am: Don't install html_imagesdir unconditionally.
  • 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 started user bsp_howto porting develenv posix_users \
11    posix1003.1 filesystem itron3.0 networking ada_user started_ada \
12    new_chapters relnotes cpu_supplement shell
13
14if USE_HTML
15html_DATA = index.html HELP.html
16endif
17
18EXTRA_DIST = HELP.html rtems_header.html.in rtems_footer.html.in
19
20EXTRA_DIST += common/cpright.texi common/setup.texi \
21    common/treedef.tex common/rtems.texi.in
22
23if USE_HTML
24html_imagesdir = $(htmldir)/images
25endif
26
27HTML_IMAGES = images/dir-arrow.gif images/dvi.gif images/missing-arrow.gif \
28    images/next-arrow.gif images/oaronly.jpg images/pdf.gif images/pdf1.gif \
29    images/rtems_logo.jpg images/prev-arrow.gif images/ps.gif \
30    images/up-arrow.gif
31
32if USE_HTML
33html_images_DATA = $(HTML_IMAGES)
34endif
35
36EXTRA_DIST += $(HTML_IMAGES)
37
38CLEANFILES = common/rtems.texi
39DISTCLEANFILES = common/rtems.sed
40
41# HACK: This should not be here, but it makes "make distcheck" work.
42EXTRA_DIST += ../scripts/setup.def ../COPYING
Note: See TracBrowser for help on using the repository browser.