Changeset 6521b63 in rtems for doc/Makefile.am
- Timestamp:
- 11/23/03 21:31:40 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 8af72be
- Parents:
- 39e50b3f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/Makefile.am
r39e50b3f r6521b63 8 8 # + tools, common and images are shared across many documents 9 9 10 SUBDIRS = 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 10 SUBDIRS = tools FAQ 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 supplements gnu_docs 14 13 15 14 if USE_HTML … … 19 18 AUTOMAKE_FILES = project.am main.am 20 19 21 EXTRA_DIST = $(AUTOMAKE_FILES) HELP.html \22 rtems_ header.html.in rtems_footer.html.in20 EXTRA_DIST = $(AUTOMAKE_FILES) HELP.html rtems_header.html.in \ 21 rtems_footer.html.in 23 22 24 23 EXTRA_DIST += common/cpright.texi common/setup.texi common/timemac.texi \ 25 common/timetbl.t common/treedef.tex common/wksheets.t common/timing.t24 common/timetbl.t common/treedef.tex common/wksheets.t common/timing.t 26 25 27 26 html_imagesdir = $(htmldir)/images 28 27 29 28 HTML_IMAGES = images/dir-arrow.gif images/dvi.gif images/missing-arrow.gif \ 30 images/next-arrow.gif images/oaronly.jpg images/pdf.gif images/pdf1.gif 29 images/next-arrow.gif images/oaronly.jpg images/pdf.gif images/pdf1.gif \ 31 30 images/rtems_logo.jpg images/prev-arrow.gif images/ps.gif \ 32 31 images/up-arrow.gif
Note: See TracChangeset
for help on using the changeset viewer.