source: rtems/doc/Makefile.am @ 21e473b

4.104.114.84.95
Last change on this file since 21e473b was 21e473b, checked in by Joel Sherrill <joel.sherrill@…>, on 01/18/02 at 15:10:54

2002-01-18 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Require automake-1.5.
  • project.am: Reworked.
  • main.am: New.
  • configure.ac: New.
  • configure.in: Removed.
  • bootstrap: Sync with RTEMS's toplevel bootstrap.sh.
  • Property mode set to 100644
File size: 644 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
20
21noinst_SCRIPTS = bootstrap
22
23EXTRA_DIST = $(AUTOMAKE_FILES) HELP.html texinfo/texinfo.tex \
24    $(noinst_SCRIPTS) rtems_header.html.in rtems_footer.html.in
25
Note: See TracBrowser for help on using the repository browser.