Changeset 279a6da in rtems


Ignore:
Timestamp:
01/30/02 20:05:56 (22 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
1dba8de0
Parents:
033d167
Message:

fixing branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/Makefile.am

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