source: rtems/doc/Makefile.am @ 278c9c99

Last change on this file since 278c9c99 was 278c9c99, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/30/03 at 05:16:27

2003-08-30 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Add common/rtems.texi to CLEANFILES. Add common/rtems.sed to DISTCLEANFILES.
  • 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 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)
37
38CLEANFILES = common/rtems.texi
39DISTCLEANFILES = common/rtems.sed
Note: See TracBrowser for help on using the repository browser.