Changeset 033d167 in rtems


Ignore:
Timestamp:
01/30/02 20:04:24 (22 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
279a6da
Parents:
14926c2e
Message:

fixing branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/Makefile.am

    r14926c2e r033d167  
    1 #
    2 #  $Id$
    3 #
     1##
     2## $Id$
     3##
     4## NOTE: This is just a stub.
     5##
    46
    5 AUTOMAKE_OPTIONS = foreign 1.5
     7AUTOMAKE_OPTIONS = foreign 1.4
    68
    7 # NOTE: The order of the directories is essential.
    8 #       + tools, common and images are shared across many documents
    9 
    10 SUBDIRS = tools common images 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 src2html
    14 
    15 if USE_HTML
    16 html_DATA = index.html HELP.html
    17 endif
    18 
    19 AUTOMAKE_FILES = project.am main.am
    20 
    21 noinst_SCRIPTS = bootstrap
    22 
    23 EXTRA_DIST = $(AUTOMAKE_FILES) HELP.html \
    24     $(noinst_SCRIPTS) rtems_header.html.in rtems_footer.html.in
    25 
     9include $(top_srcdir)/automake/host.am
Note: See TracChangeset for help on using the changeset viewer.