source: rtems/doc/Makefile.am @ d8f0aa16

4.104.114.84.95
Last change on this file since d8f0aa16 was d8f0aa16, checked in by Joel Sherrill <joel.sherrill@…>, on 08/23/06 at 19:23:30

2006-08-23 Joel Sherrill <joel@…>

  • Makefile.am, configure.ac, index.html.in: FAQ should now be completely in the Wiki.
  • FAQ/.cvsignore, FAQ/FAQ.texi, FAQ/Makefile.am, FAQ/basic.t, FAQ/bsp.t, FAQ/build45.t, FAQ/concepts.t, FAQ/debug.t, FAQ/endoftime.t, FAQ/entry, FAQ/freesw.t, FAQ/hwdebugaids.t, FAQ/projects.t, FAQ/stamp-vti, FAQ/tools.t, FAQ/version.texi, common/timemac.texi, common/timetbl.t, common/timing.t: Removed.
  • 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    rtems_gdb rgdb_specs new_chapters relnotes cpu_supplement 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 \
21    common/treedef.tex common/rtems.texi.in
22
23html_imagesdir = $(htmldir)/images
24
25HTML_IMAGES = images/dir-arrow.gif images/dvi.gif images/missing-arrow.gif \
26    images/next-arrow.gif images/oaronly.jpg images/pdf.gif images/pdf1.gif \
27    images/rtems_logo.jpg images/prev-arrow.gif images/ps.gif \
28    images/up-arrow.gif
29
30if USE_HTML
31html_images_DATA = $(HTML_IMAGES)
32endif
33
34EXTRA_DIST += $(HTML_IMAGES)
35
36CLEANFILES = common/rtems.texi
37DISTCLEANFILES = common/rtems.sed
38
39# HACK: This should not be here, but it makes "make distcheck" work.
40EXTRA_DIST += ../scripts/setup.def ../COPYING
Note: See TracBrowser for help on using the repository browser.