summaryrefslogtreecommitdiffstats
path: root/cpukit/configure.ac
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2019-02-27 07:22:54 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-03-04 07:07:05 +0100
commita6e39d4a5928ddcb63f95e9108eefb8b8d79ce56 (patch)
treecf17ec1a3a58b05b320467f9dd1bad200eb62b26 /cpukit/configure.ac
parentbsp/lpc1768_mbed*: Disable unsupported tests (diff)
downloadrtems-a6e39d4a5928ddcb63f95e9108eefb8b8d79ce56.tar.bz2
Update Doxyfile to Doxygen 1.8.15
Generate Doxygen output in doc and ignore this directory in Git. Add RTEMS logo. The Doxygen documentation is now built using the source tree. Just invoke "doxygen" in the top-level source directory. The Doxyfile works also with at least Doxygen 1.8.13 and Doxygen 1.8.14. Update #3705.
Diffstat (limited to 'cpukit/configure.ac')
-rw-r--r--cpukit/configure.ac4
1 files changed, 1 insertions, 3 deletions
diff --git a/cpukit/configure.ac b/cpukit/configure.ac
index 056d258d2a..5fd0f51d0f 100644
--- a/cpukit/configure.ac
+++ b/cpukit/configure.ac
@@ -377,8 +377,6 @@ AM_CONDITIONAL([CPU_V850],[test $RTEMS_CPU = "v850"])
AM_CONDITIONAL([CPU_X86_64],[test $RTEMS_CPU = "x86_64"])
# Explicitly list all Makefiles here
-AC_CONFIG_FILES([
-Doxyfile
-Makefile])
+AC_CONFIG_FILES([Makefile])
AC_OUTPUT