source: rtems/doc/Makefile.am @ c7f247d

4.104.114.84.95
Last change on this file since c7f247d was a1ae709, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/17/04 at 15:56:56

2004-01-17 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Remove AUTOMAKE_FILES. Add ../scripts/setup.def ../COPYING to EXTRA_DIST. Add rtems.html.in to EXTRA_DIST.
  • Property mode set to 100644
File size: 1.2 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 posix_users \
11    posix1003.1 filesystem itron3.0 networking ada_user started_ada \
12    rtems_gdb rgdb_specs new_chapters relnotes supplements gnu_docs
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 common/timemac.texi \
21    common/timetbl.t common/treedef.tex common/wksheets.t common/timing.t \
22    common/rtems.texi.in
23
24html_imagesdir = $(htmldir)/images
25
26HTML_IMAGES = images/dir-arrow.gif images/dvi.gif images/missing-arrow.gif \
27    images/next-arrow.gif images/oaronly.jpg images/pdf.gif images/pdf1.gif \
28    images/rtems_logo.jpg images/prev-arrow.gif images/ps.gif \
29    images/up-arrow.gif
30
31if USE_HTML
32html_images_DATA = $(HTML_IMAGES)
33endif
34
35EXTRA_DIST += $(HTML_IMAGES)
36
37CLEANFILES = common/rtems.texi
38DISTCLEANFILES = common/rtems.sed
39
40# HACK: This should not be here, but it makes "make distcheck" work.
41EXTRA_DIST += ../scripts/setup.def ../COPYING
Note: See TracBrowser for help on using the repository browser.