source: rtems/doc/Makefile.am @ 7273b6e

4.104.114.84.95
Last change on this file since 7273b6e was 7273b6e, checked in by Joel Sherrill <joel.sherrill@…>, on 03/28/02 at 00:54:58

2002-03-27 Ralf Corsepius <corsepiu@…>

  • configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]).
  • Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Property mode set to 100644
File size: 601 bytes
Line 
1#
2#  $Id$
3#
4
5
6# NOTE: The order of the directories is essential.
7#       + tools, common and images are shared across many documents
8
9SUBDIRS = tools common images FAQ started user bsp_howto porting develenv \
10    posix_users posix1003.1 filesystem itron3.0 networking ada_user \
11    started_ada rtems_gdb rgdb_specs new_chapters relnotes supplements \
12    gnu_docs src2html
13
14if USE_HTML
15html_DATA = index.html HELP.html
16endif
17
18AUTOMAKE_FILES = project.am main.am
19
20noinst_SCRIPTS = bootstrap
21
22EXTRA_DIST = $(AUTOMAKE_FILES) HELP.html \
23    $(noinst_SCRIPTS) rtems_header.html.in rtems_footer.html.in
24
Note: See TracBrowser for help on using the repository browser.