source: rtems/doc/Makefile.am @ 3ba40b46

4.104.114.84.95
Last change on this file since 3ba40b46 was 279a6da, checked in by Joel Sherrill <joel.sherrill@…>, on 01/30/02 at 20:05:56

fixing branch

  • Property mode set to 100644
File size: 632 bytes
Line 
1#
2#  $Id$
3#
4
5AUTOMAKE_OPTIONS = foreign 1.5
6
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 TracBrowser for help on using the repository browser.