source: rtems/doc/Makefile.am @ f8e57718

4.115
Last change on this file since f8e57718 was abdeac2a, checked in by Joel Sherrill <joel.sherrill@…>, on 12/06/11 at 15:12:48

2011-12-06 Joel Sherrill <joel.sherrill@…>

PR 1793/doc

  • .cvsignore, Makefile.am, README, configure.ac, index.html.in, main.am, project.am, ada_user/.cvsignore, ada_user/ada_user.texi, ada_user/example.texi, bsp_howto/.cvsignore, bsp_howto/bsp_howto.texi, cpu_supplement/.cvsignore, cpu_supplement/cpu_supplement.texi, cpu_supplement/preface.texi, develenv/.cvsignore, develenv/develenv.texi, develenv/intro.texi, filesystem/.cvsignore, filesystem/filesystem.texi, filesystem/preface.texi, networking/.cvsignore, networking/networking.texi, networking/preface.texi, porting/.cvsignore, porting/porting.texi, porting/preface.texi, posix1003.1/.cvsignore, posix1003.1/posix1003_1.texi, posix_users/.cvsignore, posix_users/posix_users.texi, posix_users/preface.texi, shell/.cvsignore, shell/preface.texi, shell/shell.texi, started/.cvsignore, started/started.texi, user/.cvsignore, user/c_user.texi, user/dirstat.texi, user/example.texi, user/glossary.texi, user/preface.texi: Convert from texi2www to texi2html.
  • texi2html_init.in: New file.
  • rtems_footer.html.in, rtems_header.html.in: Removed.
  • 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 started user bsp_howto porting develenv posix_users \
11    posix1003.1 filesystem networking ada_user \
12    new_chapters relnotes cpu_supplement shell
13
14if USE_HTML
15html_DATA = index.html HELP.html
16endif
17
18EXTRA_DIST = HELP.html
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.