From 48a7fa31f918a6fc88719b3c9393a9ba2829f42a Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 15 Nov 2016 10:37:59 -0600 Subject: Remove texinfo format documentation. Replaced by Sphinx formatted documentation. closes #2812. --- configure.ac | 7 ------- 1 file changed, 7 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 61e0eda9e3..941455f00c 100644 --- a/configure.ac +++ b/configure.ac @@ -30,10 +30,6 @@ RTEMS_ENABLE_MULTILIB RTEMS_ENABLE_PARAVIRT RTEMS_ENABLE_DRVMGR -AC_ARG_ENABLE([docs], - [AS_HELP_STRING([--enable-docs],[enable building documentation - (default:disabled)])]) - ## NOTES: ## * tools/build are host-native tools to be installed on the host. ## * tools/cpu are host-native or host-cross-target-tools @@ -52,9 +48,6 @@ AS_IF([test $host != $build],[ RTEMS_HOST_CONFIG_SUBDIRS([tools/build]) ]) -AS_IF([test x"${enable_docs}" = x"yes"], - [RTEMS_BUILD_CONFIG_SUBDIRS([doc])]) - AS_IF([test x"$enable_multilib" = x"yes"],[ RTEMS_TARGET_CONFIG_SUBDIRS([cpukit]) ]) -- cgit v1.2.3