Changeset 2106fc7 in rtems for doc/Makefile.am
- Timestamp:
- Dec 8, 2002, 9:04:43 AM (18 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 6ff2c0a
- Parents:
- d4181d5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/Makefile.am
rd4181d5 r2106fc7 8 8 # + tools, common and images are shared across many documents 9 9 10 SUBDIRS = tools common imagesFAQ started user bsp_howto porting develenv \10 SUBDIRS = tools FAQ started user bsp_howto porting develenv \ 11 11 posix_users posix1003.1 filesystem itron3.0 networking ada_user \ 12 12 started_ada rtems_gdb rgdb_specs new_chapters relnotes supplements \ … … 22 22 rtems_header.html.in rtems_footer.html.in 23 23 24 EXTRA_DIST += common/cpright.texi common/setup.texi common/timemac.texi \ 25 common/timetbl.t common/treedef.tex common/wksheets.t common/timing.t 26 27 html_imagesdir = $(htmldir)/images 28 29 HTML_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 32 if USE_HTML 33 html_images_DATA = $(HTML_IMAGES) 34 endif 35 36 EXTRA_DIST += $(HTML_IMAGES)
Note: See TracChangeset
for help on using the changeset viewer.