source: rtems/doc/Makefile.am @ d4181d5

4.104.114.84.95
Last change on this file since d4181d5 was cf10399, checked in by Joel Sherrill <joel.sherrill@…>, on 04/08/02 at 18:29:33

2002-04-06 Ralf Corsepius <corsepiu@…>

  • bootstrap: Remove.
  • VERSION: Remove.
  • Makefile.am: Remove bootstrap. Add ACLOCAL_AMFLAGS.
  • configure.ac: Add RTEMS_TOP.
  • Property mode set to 100644
File size: 587 bytes
RevLine 
[279a6da]1#
2#  $Id$
3#
[2ba8875]4
[cf10399]5ACLOCAL_AMFLAGS = -I ../aclocal
[279a6da]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
21EXTRA_DIST = $(AUTOMAKE_FILES) HELP.html \
[cf10399]22    rtems_header.html.in rtems_footer.html.in
[110445c]23
Note: See TracBrowser for help on using the repository browser.