mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-06 07:33:17 +00:00
* bootstrap: Remove. * VERSION: Remove. * Makefile.am: Remove bootstrap. Add ACLOCAL_AMFLAGS. * configure.ac: Add RTEMS_TOP.
24 lines
587 B
Makefile
24 lines
587 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ACLOCAL_AMFLAGS = -I ../aclocal
|
|
|
|
# NOTE: The order of the directories is essential.
|
|
# + tools, common and images are shared across many documents
|
|
|
|
SUBDIRS = tools common images FAQ started user bsp_howto porting develenv \
|
|
posix_users posix1003.1 filesystem itron3.0 networking ada_user \
|
|
started_ada rtems_gdb rgdb_specs new_chapters relnotes supplements \
|
|
gnu_docs src2html
|
|
|
|
if USE_HTML
|
|
html_DATA = index.html HELP.html
|
|
endif
|
|
|
|
AUTOMAKE_FILES = project.am main.am
|
|
|
|
EXTRA_DIST = $(AUTOMAKE_FILES) HELP.html \
|
|
rtems_header.html.in rtems_footer.html.in
|
|
|