Changeset 279a6da in rtems
- Timestamp:
- 01/30/02 20:05:56 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 1dba8de0
- Parents:
- 033d167
- 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 # 6 4 7 AUTOMAKE_OPTIONS = foreign 1. 45 AUTOMAKE_OPTIONS = foreign 1.5 8 6 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 10 SUBDIRS = 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 15 if USE_HTML 16 html_DATA = index.html HELP.html 17 endif 18 19 AUTOMAKE_FILES = project.am main.am 20 21 noinst_SCRIPTS = bootstrap 22 23 EXTRA_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.