From 003d4da3fcd6f0530f643997e3c42c30d1ebd450 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sun, 20 Jan 2002 17:03:51 +0000 Subject: 2002-01-19 Ralf Corsepius * configure.ac: Add --enable-docs support. Add RTEMS_HOST_CONFIG_SUBDIRS(doc). Remove doc/Makefile. * Makefile.am: Add HOST_SUBDIRS to SUBDIRS. Remove doc from hard-coded SUBDIRS. * README.configure: Added a bit of information on this new option. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index c879526516..9dd552e761 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,7 +9,7 @@ AUTOMAKE_OPTIONS = foreign 1.5 ACLOCAL_AMFLAGS = -I aclocal -SUBDIRS = doc make tools $(BUILD_SUBDIRS) $(TARGET_SUBDIRS) +SUBDIRS = tools make $(BUILD_SUBDIRS) $(HOST_SUBDIRS) $(TARGET_SUBDIRS) AUTOMAKE_FILES = automake/compile.am automake/host.am automake/lib.am \ automake/local.am automake/multilib.am automake/subdirs.am \ -- cgit v1.2.3