source: rtems/doc/Makefile.am @ 37030e3

5
Last change on this file since 37030e3 was 8cc7084, checked in by Joel Sherrill <joel.sherrill@…>, on 03/20/14 at 22:43:09

doc misc: Building again and updates

Remove references to Cygnus
Fix issues introduced in previous edits

  • Property mode set to 100644
File size: 1022 bytes
Line 
1ACLOCAL_AMFLAGS = -I ../aclocal
2
3# NOTE: The order of the directories is essential.
4#       + tools, common and images are shared across many documents
5
6SUBDIRS = tools started user bsp_howto porting develenv posix_users \
7    posix1003.1 filesystem networking ada_user \
8    new_chapters relnotes cpu_supplement shell
9
10if USE_HTML
11html_DATA = index.html
12endif
13
14EXTRA_DIST = common/cpright.texi common/setup.texi \
15    common/treedef.tex common/rtems.texi.in
16
17if USE_HTML
18html_imagesdir = $(htmldir)/images
19endif
20
21HTML_IMAGES = images/dir-arrow.gif images/dvi.gif images/missing-arrow.gif \
22    images/next-arrow.gif images/oaronly.jpg images/pdf.gif images/pdf1.gif \
23    images/rtems_logo.jpg images/prev-arrow.gif images/ps.gif \
24    images/up-arrow.gif
25
26if USE_HTML
27html_images_DATA = $(HTML_IMAGES)
28endif
29
30EXTRA_DIST += $(HTML_IMAGES)
31
32CLEANFILES = common/rtems.texi
33DISTCLEANFILES = common/rtems.sed
34
35# HACK: This should not be here, but it makes "make distcheck" work.
36EXTRA_DIST += ../scripts/setup.def ../COPYING
Note: See TracBrowser for help on using the repository browser.