Changeset 6521b63 in rtems for doc/Makefile.am


Ignore:
Timestamp:
11/23/03 21:31:40 (20 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
8af72be
Parents:
39e50b3f
Message:

2003-11-23 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Add missing '\'. Reformat.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/Makefile.am

    r39e50b3f r6521b63  
    88#       + tools, common and images are shared across many documents
    99
    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
     10SUBDIRS = 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
    1413
    1514if USE_HTML
     
    1918AUTOMAKE_FILES = project.am main.am
    2019
    21 EXTRA_DIST = $(AUTOMAKE_FILES) HELP.html \
    22     rtems_header.html.in rtems_footer.html.in
     20EXTRA_DIST = $(AUTOMAKE_FILES) HELP.html rtems_header.html.in \
     21    rtems_footer.html.in
    2322
    2423EXTRA_DIST += common/cpright.texi common/setup.texi common/timemac.texi \
    25    common/timetbl.t common/treedef.tex common/wksheets.t common/timing.t
     24    common/timetbl.t common/treedef.tex common/wksheets.t common/timing.t
    2625
    2726html_imagesdir = $(htmldir)/images
    2827
    2928HTML_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 \
    3130    images/rtems_logo.jpg images/prev-arrow.gif images/ps.gif \
    3231    images/up-arrow.gif
Note: See TracChangeset for help on using the changeset viewer.